mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 17:15:09 +00:00
fix(ingest/dbt-cloud): use correct dbt cloud IDE urls (#7755)
This commit is contained in:
parent
70e60847a2
commit
5bb0e60bd3
@ -417,4 +417,4 @@ class DBTCloudSource(DBTSourceBase):
|
||||
|
||||
def get_external_url(self, node: DBTNode) -> Optional[str]:
|
||||
# TODO: Once dbt Cloud supports deep linking to specific files, we can use that.
|
||||
return f"https://cloud.getdbt.com/next/accounts/{self.config.account_id}/projects/{self.config.project_id}/develop"
|
||||
return f"https://cloud.getdbt.com/develop/{self.config.account_id}/projects/{self.config.project_id}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user