Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Domenico Giordano
data-analytics
Commits
ab6a843d
Commit
ab6a843d
authored
Apr 01, 2020
by
Matteo Paltenghi
Browse files
fix: typo in create_aggregates_for_each_date
parent
12eb2db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
spark_etl/utils_data_transformation.py
View file @
ab6a843d
...
...
@@ -164,7 +164,7 @@ def create_aggregates_for_each_date(spark, dir_list, out_dir_list, outbasepath,
create_aggregate_specific_path
(
spark
,
somedirs
,
out_path
,
n_minutes
,
selected_cell
,
timestamp_column
,
file_per_day
=
1
)
file_per_day
)
except
Exception
as
ex
:
print
(
"problem?!"
)
print
(
ex
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment