You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy the pipeline from stageA directory using sam build; sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
Deploy the dataset from dataset directory using sam build; sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
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.
The text was updated successfully, but these errors were encountered:
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:
stageA
directory usingsam build; sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
dataset
directory usingsam build; sam deploy --guided --capabilities CAPABILITY_NAMED_IAM
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.
The text was updated successfully, but these errors were encountered: