-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make source manager available to connectors. (#414)
We need for future changes to be able to access and build queries from any connector when resolving the queries in a specific connector. To make our life easier we pass the source manager through the Source to the connector
- Loading branch information
1 parent
827e9f7
commit 5388504
Showing
100 changed files
with
1,108 additions
and
1,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
"@latitude-data/clickhouse-connector": major | ||
"@latitude-data/databricks-connector": major | ||
"@latitude-data/postgresql-connector": major | ||
"@latitude-data/snowflake-connector": major | ||
"@latitude-data/bigquery-connector": major | ||
"@latitude-data/athena-connector": major | ||
"@latitude-data/duckdb-connector": major | ||
"@latitude-data/sqlite-connector": major | ||
"@latitude-data/mssql-connector": major | ||
"@latitude-data/test-connector": major | ||
"@latitude-data/mysql-connector": major | ||
"@latitude-data/trino-connector": major | ||
"@latitude-data/source-manager": major | ||
"@latitude-data/cli": minor | ||
--- | ||
|
||
Pass Source to connectors to get access to source details and also to source manager | ||
This is a breaking change. Before connectors were receiving `rootPath` of their | ||
queries and now this info is obta1ined from the source. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
apps/server/src/lib/query_service/computeRelativeQueryPath.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.