acceptable-restaurant-2734
01/25/2023, 4:53 PMbland-appointment-45659
01/25/2023, 7:40 PMplain-france-42647
01/25/2023, 7:47 PMbland-lighter-26751
01/25/2023, 8:46 PMable-evening-90828
01/25/2023, 11:59 PMDataset.SchemaMetadata.fields.GlobalTags
?
We added these tags during ingestion.
Now, there is no X
button next to the tags and none of the graphql api for updating tags or dataset affect Dataset.SchemaMetadata
. They all seem to only affect Dataset.EditableSchemaMetadata
.little-lunch-35136
01/26/2023, 6:04 AMsnowflake://<USER_NAME>:<PASSWORD>@<ACCOUNT_NAME>/<DATABASE_NAME>/<SCHEMA_NAME>?warehouse=<WAREHOUSE_NAME>&role=<ROLE_NAME>&application=great_expectations_oss
CONNECTION_STRING = f"snowflake://{sfUser}:{sfPswd}@{sfAccount}/DEV_ODS_DB/CBS_ODS?warehouse={wh}&role={role}&application=great_expectations_oss"
dbname is DEV_ODS_DB and schema is CBS_ODS.
Everything runs and gx datahub action successful, but NO assertion attached to table, further investigating seems the URN which gx sending to datahub is following
urn:li:dataPlatform:snowflake,dev_ods_db/cbs_ods.cbs_ods.building_info,PROD)
instead of this as it is showing in datahub
urn:li:dataPlatform:snowflake,dev_ods_db.cbs_ods.building_info,PROD
so seems datahub action is mistaking two parts DEV_ODS_DB/CBS_ODS as the database name. Is this bug or some config I missed? thanks.thousands-bird-50049
01/26/2023, 8:02 AMThe sqlalchemy source is useful if we don't have a pre-built source for your chosen database system, but there is an SQLAlchemy dialect defined elsewhere. In order to use this, you must pip install the required dialect packages yourself.
pip install where? I tried on the actions container but it doesnât seem to recognize itgentle-xylophone-90287
01/26/2023, 8:06 AMgentle-xylophone-90287
01/26/2023, 8:06 AMbetter-orange-49102
01/26/2023, 10:50 AMprofile_pattern:
deny:
- datahub.*.aspect
but this has the effect of causing ingestion to skip the metadata_aspect_v2 table entirely when profiling. temp1 is profiled correctly. how should this be written to just exclude that one column?quiet-jelly-11365
01/26/2023, 12:28 PMsource:
type: "delta-lake"
config:
env: "DEV"
base_path: "<s3://data-loc/test-delta-table>"
s3:
aws_config:
aws_access_key_id: "**"
aws_secret_access_key: "**"
aws_session_token: "**"
aws_region: "**"
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
acceptable-restaurant-2734
01/26/2023, 4:46 PMblue-rainbow-97669
01/26/2023, 8:48 PMred-waitress-53338
01/26/2023, 11:54 PMrhythmic-glass-37647
01/27/2023, 1:31 AMbright-beard-86474
01/27/2023, 4:25 AMastonishing-animal-7168
01/27/2023, 9:13 AMswift-diamond-21495
01/27/2023, 10:11 AMsources.json
as input for data freshness. And even more, it does the ingest well. But, where can I see the results of ingesting. There is no tab Stats for Source tables. Could you ping me where is it please. Should it be additionally configured somehow? Thank youalert-fall-82501
01/27/2023, 11:17 AMimportant-night-50346
01/27/2023, 1:04 PMwitty-butcher-82399
01/27/2023, 2:07 PMDatasetProperties
and EditableDatasetProperties
, should this approach be extended to Ownership
too? if so, should this be scaled to any aspect as well as to support more than two authorities (beyond connector and UI)?
Thanksrhythmic-glass-37647
01/27/2023, 5:25 PMvictorious-evening-88418
01/27/2023, 8:31 PMplain-cricket-83456
01/28/2023, 6:45 AMprofiling: enabled:true
, the ingestion error will occur. Otherwise, it will succeedthousands-bird-50049
01/29/2023, 8:31 AMpolite-activity-25364
01/30/2023, 2:35 AMrenamed;
in image)
option for that not founded in config details. Is there any way to exclude CTE from lineage?
If not, Iâm curious about the reason or intention of including it in lineage.shy-dog-84302
01/30/2023, 6:00 AMfresh-zoo-34934
01/30/2023, 7:47 AM0 assets
, looking at the log, it skips everything
[2023-01-27 04:48:06,072] DEBUG {datahub.ingestion.source.looker.lookml_source:1631} - Considering ProjectInclude(project='__BASE', include='/tmp/tmpdo_92aeflookml_tmp/044cd409-3941-4a73-abbf-da0edf74bc91/eg1.view.lkml') for model xendit-presto
[2023-01-27 04:48:06,072] DEBUG {datahub.ingestion.source.looker.lookml_source:1635} - Attempting to load view file: ProjectInclude(project='__BASE', include='/tmp/tmpdo_92aeflookml_tmp/044cd409-3941-4a73-abbf-da0edf74bc91/eg1.view.lkml')
[2023-01-27 04:48:06,072] DEBUG {datahub.ingestion.source.looker.lookml_source:1649} - view eg1 is not reachable from an explore, skipping..
[2023-01-27 04:48:06,072] DEBUG {datahub.ingestion.source.looker.lookml_source:1631} - Considering ProjectInclude(project='__BASE', include='/tmp/tmpdo_92aeflookml_tmp/044cd409-3941-4a73-abbf-da0edf74bc91/eg2.view.lkml') for model model1
[2023-01-27 04:48:06,072] DEBUG {datahub.ingestion.source.looker.lookml_source:1635} - Attempting to load view file: ProjectInclude(project='__BASE', include='/tmp/tmpdo_92aeflookml_tmp/044cd409-3941-4a73-abbf-da0edf74bc91/eg2.view.lkml')
[2023-01-27 04:48:06,073] DEBUG {datahub.ingestion.source.looker.lookml_source:1649} - view eg2 is not reachable from an explore, skipping..
[2023-01-27 04:48:06,073] DEBUG {datahub.ingestion.source.looker.lookml_source:1631} - Considering ProjectInclude(project='__BASE', include='/tmp/tmpdo_92aeflookml_tmp/044cd409-3941-4a73-abbf-da0edf74bc91/eg3.view.lkml') for model model1
...
is there anything that perhaps I did miss in this process?alert-fall-82501
01/30/2023, 10:17 AMrich-policeman-92383
01/30/2023, 1:41 PM{
"input": {
"types": [],
"query": "*",
"start": 0,
"count": 1000000,
"filters": [],
"orFilters": [
{
"and": [
{
"field": "owners",
"condition": "EQUAL",
"values": [
"urn:li:corpuser:userA"
],
"negated": false
}
]
}
]
}
}
2. Depending on the number of entities/assets returned we will have to send many requests to the GMS
Is there a better way to achieve this ?
datahub version: v0.9.5