Skip to content
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

Etl-76/pipeline fixes #21

Merged
merged 6 commits into from
Oct 15, 2021
Merged

Etl-76/pipeline fixes #21

merged 6 commits into from
Oct 15, 2021

Conversation

tthyer
Copy link
Contributor

@tthyer tthyer commented Oct 14, 2021

This PR makes various to get the pipeline working properly or improve configuration

  • Revised bucket policy
  • Fixed intermediate bucket configuration
  • Revised glue jobs outputs

Additionally, set up logging in s3_to_json_s3.py to ease debugging. It can use additional logging statements, and we should also set up logging in the other script eventually.

@@ -7,7 +7,7 @@ dependencies:
- develop/glue-database.yaml
parameters:
SourceBucketName: !stack_output_external bridge-downstream-dev-source-bucket::BucketName
SourceKey: 'mtb-sample-data'
SourceKey: 'mtb-sample-data/0y38x2N2b4LHPBpZ-djfCoGx-raw.zip'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this zip file ever change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just the setup at this phase of testing and will change soon. What's going to happen is that we will have a lambda that subscribes to an SNS topic. Messages will be published to that topic when there are new archives to process. The lambda will start the workflow run.

@tthyer tthyer merged commit b64d30a into main Oct 15, 2021
@tthyer tthyer deleted the ETL-76/pipeline-fixes branch October 15, 2021 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants