-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rishimohan/sc-23110/web-crawler
- Loading branch information
Showing
9 changed files
with
473 additions
and
77 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "metaphor-connectors" | ||
version = "0.13.122" | ||
version = "0.13.124" | ||
license = "Apache-2.0" | ||
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app." | ||
authors = ["Metaphor <[email protected]>"] | ||
|
@@ -38,7 +38,7 @@ lkml = { version = "^1.3.1", optional = true } | |
llama-hub = {version = "0.0.67", optional = true } | ||
looker-sdk = { version = "^23.6.0", optional = true } | ||
lxml = { version = "~=5.0.0", optional = true } | ||
metaphor-models = "0.30.16" | ||
metaphor-models = "0.30.17" | ||
more-itertools = { version = "^10.1.0", optional = true } | ||
msal = { version = "^1.20.0", optional = true } | ||
msgraph-beta-sdk = { version = "1.0.0", optional = true } | ||
|
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 |
---|---|---|
|
@@ -177,6 +177,16 @@ | |
"targetDataset": "DATASET~95F35FDE6E7C3F9E556D701A1B00CA23", | ||
"type": "VIEW" | ||
}, | ||
"meta": [ | ||
{ | ||
"key": "owner", | ||
"value": "\"[email protected]\"" | ||
}, | ||
{ | ||
"key": "pii", | ||
"value": "true" | ||
} | ||
], | ||
"packageName": "trial", | ||
"rawSql": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", | ||
"tests": [ | ||
|
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 |
---|---|---|
|
@@ -177,6 +177,16 @@ | |
"targetDataset": "DATASET~95F35FDE6E7C3F9E556D701A1B00CA23", | ||
"type": "VIEW" | ||
}, | ||
"meta": [ | ||
{ | ||
"key": "owner", | ||
"value": "\"[email protected]\"" | ||
}, | ||
{ | ||
"key": "pii", | ||
"value": "true" | ||
} | ||
], | ||
"packageName": "trial", | ||
"rawSql": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", | ||
"tests": [ | ||
|
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 |
---|---|---|
|
@@ -177,6 +177,16 @@ | |
"targetDataset": "DATASET~95F35FDE6E7C3F9E556D701A1B00CA23", | ||
"type": "VIEW" | ||
}, | ||
"meta": [ | ||
{ | ||
"key": "owner", | ||
"value": "\"[email protected]\"" | ||
}, | ||
{ | ||
"key": "pii", | ||
"value": "true" | ||
} | ||
], | ||
"packageName": "trial", | ||
"rawSql": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", | ||
"tests": [ | ||
|
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 |
---|---|---|
|
@@ -177,6 +177,16 @@ | |
"targetDataset": "DATASET~95F35FDE6E7C3F9E556D701A1B00CA23", | ||
"type": "VIEW" | ||
}, | ||
"meta": [ | ||
{ | ||
"key": "owner", | ||
"value": "\"[email protected]\"" | ||
}, | ||
{ | ||
"key": "pii", | ||
"value": "true" | ||
} | ||
], | ||
"packageName": "trial", | ||
"rawSql": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", | ||
"tests": [ | ||
|
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 |
---|---|---|
|
@@ -177,6 +177,16 @@ | |
"targetDataset": "DATASET~95F35FDE6E7C3F9E556D701A1B00CA23", | ||
"type": "VIEW" | ||
}, | ||
"meta": [ | ||
{ | ||
"key": "owner", | ||
"value": "\"[email protected]\"" | ||
}, | ||
{ | ||
"key": "pii", | ||
"value": "true" | ||
} | ||
], | ||
"packageName": "trial", | ||
"rawSql": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", | ||
"tests": [ | ||
|
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 |
---|---|---|
|
@@ -177,6 +177,16 @@ | |
"targetDataset": "DATASET~95F35FDE6E7C3F9E556D701A1B00CA23", | ||
"type": "VIEW" | ||
}, | ||
"meta": [ | ||
{ | ||
"key": "owner", | ||
"value": "\"[email protected]\"" | ||
}, | ||
{ | ||
"key": "pii", | ||
"value": "true" | ||
} | ||
], | ||
"packageName": "trial", | ||
"rawSql": "/*\n Welcome to your first dbt model!\n Did you know that you can also configure models directly within SQL files?\n This will override configurations stated in dbt_project.yml\n\n Try changing \"table\" to \"view\" below\n*/\n\nwith source_data as (\n\n select 1 as id\n union all\n select null as id\n\n)\n\nselect *\nfrom source_data\n\n/*\n Uncomment the line below to remove records with null `id` values\n*/\n\n-- where id is not null", | ||
"tests": [ | ||
|