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

Fix broken glue-etl-jobs sample #154

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

snhardin
Copy link
Contributor

(No issue for this PR - it was discussed in Localstack Slack chat.)

This PR addresses the broken glue-etl-jobs sample provided in this repo. The sample should now work with Localstack Pro out of the box.

The changes included are:

  • Changed the CLUSTER_IDENTIFIER to use dashes (-) instead of underscores (_). Cluster identifiers do not allow underscores.
  • Changed the Glue connection name from "$cluster_identifier" (likely a typo) to glue-etl-cluster1-connection.
  • Some bash script changes to better adhere to best practices. It's not perfect, but it's a step in the right direction.
  • Changed the python script to reference the correct Glue connection name.

@whummer whummer requested review from baermat and alexrashed October 18, 2022 15:40
Copy link
Contributor

@baermat baermat left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@baermat
Copy link
Contributor

baermat commented Oct 19, 2022

Update: We are aware of the failing Pipeline, and are investigating. Stay tuned!

Copy link
Contributor

@whummer whummer left a comment

Choose a reason for hiding this comment

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

Great, thanks for fixing this sample @snhardin ! 🙌

@whummer whummer merged commit 2f43231 into localstack-samples:master Oct 21, 2022
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.

3 participants