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

How to create ShellCommandActivity #266

Open
JeremyColton opened this issue Jun 6, 2017 · 0 comments
Open

How to create ShellCommandActivity #266

JeremyColton opened this issue Jun 6, 2017 · 0 comments

Comments

@JeremyColton
Copy link

Hi, I saw in your docs to use:

step_type:transform
name: check_inactive
script: check_inactive.sh
no_output: true

This creates the following nodes:

  1. S3DataNode - check_inactive.S3Node0
  2. S3DataNode - TransformStep1.S3Node0
  3. ShellCommandActivity - check_inactive.ShellCommandActivity0
  4. ShellCommandActivity - TransofrmStep1.ShellCommandActivity0

I only expect and want the 3rd node to be created. Why are the others created? How do I config my node in dataduct to remove these obsolete nodes?

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

No branches or pull requests

1 participant