-
Notifications
You must be signed in to change notification settings - Fork 16
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
Consolidate s3 key config options #5
Comments
@aaronsteers - I'm personally of the opinion that we could just do away with |
Agreed.
I was confused about that also. This seemed to be implying we were needing multiple directories. Let's remove if not needed.
I think we can remove for now, and re-add when/if we introduce path-based partitioning in #15. |
Bringing bucket back into this conversation, what if we standardize on just these two:
What do you think? |
There are currently three different config fields related to s3 data location keys:
s3_key_prefix
- Used in definingtarget_key
for s3 upload, and used indata_locatioin
for athena table definition.naming_convention
- Used only for definingtarget_key
for s3 upload.s3_staging_dir
- Not being used in the sink function, but apparently still set as 'required' somewhere. (will fail CLI if not set)We can probably consolidate these into at least one config option.
The text was updated successfully, but these errors were encountered: