-
Notifications
You must be signed in to change notification settings - Fork 243
Support 'hourly' resolution for 'timePartitionPattern' #844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 155212a.
This reverts commit 585e2ae.
feathr-ai#815)" This reverts commit 6b5cd00.
…d feature (feathr-ai#815)"" This reverts commit 05fa959.
feathr-ai#814)"" This reverts commit 7f68162.
| 2020, 5, 20), end=datetime(2020, 5, 20), step=timedelta(days=1)) | ||
|
|
||
| if client_producer.spark_runtime == 'databricks': | ||
| output_path = 'dbfs:/timePartitionPattern_hourly_sample' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to add some time signature in the output path so each job's output can be unique
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is used as data source not the output we want to check so maybe we don't need to take extra space to save it
|
Merged this change into the PR: #858 |
Description
How was this PR tested?
Does this PR introduce any user-facing changes?