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
The workflows API is used to ingest datasets using Airflow DAGs. With SM2A we have access to the native airflow endpoints which can be used instead of the workflows. API. This ticket involves documenting the differences between Workflows API and SM2A endpoints and any changes needed in SM2A to ingest datasets similar to Workflows.
Acceptance Criteria
Verify ingestion process using DAG Launcher/SM2A and parity with Workflows API
The text was updated successfully, but these errors were encountered:
Another option may be to create an SM2A role using Airflow Role-Based Access Control (RBAC) with limited access to the Discover DAG. The allowed users would only be able to see the Discover DAG in the Airflow UI, trigger it using the form, and view the execution of each task. We can control who is assigned as a DAG Launcher using GitHub teams. In the future, we could use another OIDC tool, such as AWS Cognito or Keycloak.
Description
The workflows API is used to ingest datasets using Airflow DAGs. With SM2A we have access to the native airflow endpoints which can be used instead of the workflows. API. This ticket involves documenting the differences between Workflows API and SM2A endpoints and any changes needed in SM2A to ingest datasets similar to Workflows.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: