-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Feature Appflow start-flow command additional parameters #6632
Comments
Hi @guilhermeneves, thanks for reaching out. These are the current parameter options for the And you’re asking for options |
Hi @tim-finnigan, We're using Any question please let me know. Thanks, |
Thanks @guilhermeneves for providing more context. I’m not familiar with Control-M so not sure if I fully understand your use case. Also I didn’t see Control-M listed here among applications supported by AppFlow: https://docs.aws.amazon.com/appflow/latest/userguide/app-specific.html Can you explain a little more about how you are managing flows now and what your request is? You mentioned wanting to track flow history. Can you use the list-flows or describe-flow-execution-records commands to accomplish this? I’m not sure exactly how those filter options you proposed would be used. |
Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one. |
Thanks @tim-finnigan for providing guidance on it with the We could achieve what we wanted by using the commands available: Below are the steps we did if someone gets interested in the future:
That's the way we manage to have on our orchestrator tool the possibility to dinamically have the option full/incremental loads using Appflow. So, I'm closing this request as with the current commands in the CLI is possible to achieve Full/Incremental Loads. Thanks again @tim-finnigan for the quick answers here, I really appreciate your help and your availability to look at this issue. Regards, |
|
Hi AWS team,
Please could you check if it's possible to include more options to
aws appflow
cli tool?We need to be included an option in the start-flow command to be able to run as incremental from an orchestrator tool.
Currently we're using
aws appflow delete-flow
andaws appflow create-flow
to achieve it, but it's not the best solution as the track flow history is removed after the delete.The idea is to have a command like:
aws appflow start-flow --flow-name <NameFlow> --filter 1 --filter-value '2021-12-10 00:00:00' --filter-condition 'is after'
Any question please let me know.
Thanks,
Guilherme
The text was updated successfully, but these errors were encountered: