Skip to content

Commit

Permalink
Merge pull request #1663 from malloydata/figutierrez/cicd2
Browse files Browse the repository at this point in the history
Add refs to trino package where needed.
  • Loading branch information
narreola authored Mar 14, 2024
2 parents 78b3f96 + fae6028 commit 53b6d6f
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 0 deletions.
81 changes: 81 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"packages/malloy-db-duckdb",
"packages/malloy-db-postgres",
"packages/malloy-db-snowflake",
"packages/malloy-db-trino",
"packages/malloy-malloy-sql",
"packages/malloy-lint",
"packages/malloy-render",
Expand Down
2 changes: 2 additions & 0 deletions packages/malloy-db-trino/src/tmp_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

export {};
3 changes: 3 additions & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
{
"path": "../packages/malloy-db-snowflake"
},
{
"path": "../packages/malloy-db-trino"
},
{
"path": "../packages/malloy-db-duckdb"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.compile-no-emit.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{"path": "packages/malloy-db-duckdb"},
{"path": "packages/malloy-db-postgres"},
{"path": "packages/malloy-db-snowflake"},
{"path": "packages/malloy-db-trino"},
{"path": "packages/malloy-malloy-sql"},
{"path": "test"},
{"path": "packages/malloy-render"}
Expand Down
1 change: 1 addition & 0 deletions tsconfig.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{"path": "packages/malloy-db-duckdb"},
{"path": "packages/malloy-db-postgres"},
{"path": "packages/malloy-db-snowflake"},
{"path": "packages/malloy-db-trino"},
{"path": "packages/malloy-malloy-sql"},
{"path": "test"},
{"path": "packages/malloy-render"}
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{"path": "packages/malloy-db-duckdb"},
{"path": "packages/malloy-db-postgres"},
{"path": "packages/malloy-db-snowflake"},
{"path": "packages/malloy-db-trino"},
{"path": "packages/malloy-malloy-sql"},
{"path": "test"},
{"path": "packages/malloy-render"},
Expand Down

0 comments on commit 53b6d6f

Please sign in to comment.