Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

delete workflow #87

Merged
merged 1 commit into from
Aug 22, 2024
Merged

delete workflow #87

merged 1 commit into from
Aug 22, 2024

Conversation

DonHaul
Copy link
Contributor

@DonHaul DonHaul commented Aug 19, 2024

No description provided.

@DonHaul DonHaul linked an issue Aug 19, 2024 that may be closed by this pull request
@DonHaul DonHaul force-pushed the delete-dag branch 4 times, most recently from ebe4a67 to 2313da1 Compare August 19, 2024 13:36
@DonHaul DonHaul marked this pull request as ready for review August 19, 2024 13:44
@DonHaul DonHaul requested a review from drjova August 20, 2024 08:05
Comment on lines +186 to +192
method: DELETE
uri: http://airflow-webserver:8080/api/v1/dags/author_create_initialization_dag/dagRuns/00000000-0000-0000-0000-000000000001
response:
body:
string: "{\n \"detail\": \"DAGRun with DAG ID: 'author_create_initialization_dag'
and DagRun ID: '00000000-0000-0000-0000-000000000001' not found\",\n \"status\":
404,\n \"title\": \"Not Found\",\n \"type\": \"https://airflow.apache.org/docs/apache-airflow/2.8.3/stable-rest-api-ref.html#section/Errors/NotFound\"\n}\n"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is 404 here, is this correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

Comment on lines +129 to +144
headers:
Connection:
- close
Content-Length:
- '294'
Content-Type:
- application/problem+json
Date:
- Mon, 19 Aug 2024 13:16:38 GMT
Server:
- gunicorn
X-Robots-Tag:
- noindex, nofollow
status:
code: 404
message: NOT FOUND
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. its due to the delete in the teardown trying to delete something that was already deleted during the test.

Copy link
Contributor

@drjova drjova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just few clarifications

@drjova drjova merged commit f41292a into inspirehep:main Aug 22, 2024
3 checks passed
@DonHaul DonHaul deleted the delete-dag branch August 29, 2024 11:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add DELETE workflow functionality
2 participants