airflow icon indicating copy to clipboard operation
airflow copied to clipboard

migrate to dbt v3 api for "/", "{account_id}/projects/" and "{account_id}/projects/{project_id}/"

Open Lee-W opened this issue 1 year ago • 1 comments

As suggested in https://github.com/dbt-labs/dbt-cloud-openapi-spec/blob/02726f68474d69844bdf87ce267d5ba9218c171c/openapi-v2.yaml#L44, some of the dbt v2 API has been deprecated and v3 is suggested


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Lee-W avatar Apr 24 '24 03:04 Lee-W

The list below shows what has been migrated to v3 API.

v2 v3
/
{account_id}/
{account_id}/projects/
{account_id}/projects/{project_id}/
{account_id}/jobs/
{account_id}/jobs/{job_id}
{account_id}/jobs/{job_id}/run/
{account_id}/runs/
{account_id}/runs/{run_id}/
{account_id}/runs/{run_id}/cancel/
{account_id}/runs/{run_id}/artifacts/
{account_id}/runs/{run_id}/artifacts/{path}

Lee-W avatar Apr 24 '24 03:04 Lee-W