-
Notifications
You must be signed in to change notification settings - Fork 0
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
Init target-s3-jsonl #1
Conversation
c3bad54
to
496c603
Compare
496c603
to
642c475
Compare
53eec51
to
cdc2397
Compare
41cf786
to
0b124c7
Compare
0b124c7
to
828dc98
Compare
|
||
def _get_batch_key(self, batch_id): | ||
path = self.config["prefix_scheme"].format( | ||
stream_name=self.stream_name, batch_id=batch_id |
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.
should there be a {batch_id} here in meltano.yaml https://github.com/harrystech/target-s3-jsonl/pull/1/files#diff-6d0acc7374df2a40ec960634f967ae63128eac507abd089a68b8787e9433ddf2R22-R23 ?
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.
it is optional, "string".format(foo=bar)
gives you "string"
. The user of the tap can choose whether to use the stream name of not.
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.
LGTM
Description
Implement target-s3-jsonl
QA
You can run:
This tap has also been tested in dev:
see https://github.com/harrystech/harrys-data-warehouse/pull/2453