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

Datasets Dependency Management Tutorial Does Not Work #72

Open
bencaldwell opened this issue Aug 1, 2022 · 1 comment
Open

Datasets Dependency Management Tutorial Does Not Work #72

bencaldwell opened this issue Aug 1, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bencaldwell
Copy link

Describe the bug
I am trying to follow the tutorial for dataset dependencies at
https://github.com/awslabs/aws-serverless-data-lake-framework/blob/master/sdlf-utils/pipeline-examples/dataset-dependency/README.md
I can not make this work. Perhaps there is a step missing from the readme?

To Reproduce
Steps to reproduce the behavior:

  1. Provision the datalake as per the SDLF workshop
  2. Deploy the pipeline from stageA directory using sam build; sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
  3. Deploy the dataset from dataset directory using sam build; sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
  4. See error Pipeline doesn't exist or inactive

Expected behavior
I expected to see an entry for the new dataset in dynamoDB table octagon-Datasets-dev after running the above. Then I could update dependencies as per the tutorial and see the step function succeed.

@bencaldwell bencaldwell added the bug Something isn't working label Aug 1, 2022
@mariandumitrascu
Copy link
Contributor

I'm fixing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants