CincyBC opened a new issue, #60975: URL: https://github.com/apache/airflow/issues/60975
### Description Currently the Amazon Provider has operators to interact with a Neptune DB Cluster, but we have data science needs to interact with the ephemeral graph database, Neptune Analytics. Specifically, we would like to create graph with import and then delete graph to clean up the resource when finished. ### Use case/motivation We have a data science use case to [create a Neptune Analytics graph with import](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/neptune-graph/client/create_graph_using_import_task.html), run a machine learning algorithm on the graph, and then [destroy the graph](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/neptune-graph/client/delete_graph.html). I have not run this workflow yet via the api/boto3, but I have heard it can take a half hour to create a graph, so I imagine there would need to be a sensor to track the state of the graph build. I am willing to make a PR if this isn't picked up before I can get around to it. ### Related issues None ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
