few-sunset-37169
08/24/2022, 2:49 PMlemon-engine-23512
08/24/2022, 7:40 PMcolossal-sandwich-50049
08/24/2022, 9:45 PMsilly-finland-62382
08/25/2022, 3:37 AMsilly-finland-62382
08/25/2022, 3:37 AMsilly-finland-62382
08/25/2022, 3:38 AMsilly-finland-62382
08/25/2022, 3:38 AMsilly-finland-62382
08/25/2022, 3:40 AMminiature-policeman-55414
08/25/2022, 4:23 AMfew-carpenter-93837
08/25/2022, 7:28 AMca_certificate_path
into the conf of sink, do I need to basically just export the cert from the site? And then specify the path?alert-fall-82501
08/25/2022, 8:45 AMalert-fall-82501
08/25/2022, 11:04 AMsource:
type: s3
config:
path_specs:
-
include: "<s3://xx.lakehouse.xxxx.dev/eventsData/us-west-1/partner={table}/year={partition[0]}/month={partition[1]}/day={partition[2]}/*.parquet>"
aws_config:
aws_access_key_id: ~/.aws/credentials
aws_secret_access_key: ~/.aws/credentials
aws_region: us-west-1
env: "dev"
profiling:
enabled: false
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
alert-fall-82501
08/25/2022, 11:07 AMsilly-finland-62382
08/25/2022, 12:23 PMsilly-finland-62382
08/25/2022, 12:23 PMcareful-insurance-60247
08/25/2022, 2:49 PMgentle-camera-33498
08/25/2022, 3:16 PMcareful-insurance-60247
08/25/2022, 3:42 PMFile "/home/ec2-user/.local/lib/python3.7/site-packages/datahub/ingestion/run/pipeline.py", line 185, in __init__
self.config.source.dict().get("config", {}), self.ctx
File "/home/ec2-user/.local/lib/python3.7/site-packages/datahub/ingestion/source/sql/mssql.py", line 177, in create
return cls(config, ctx)
File "/home/ec2-user/.local/lib/python3.7/site-packages/datahub/ingestion/source/sql/mssql.py", line 123, in __init__
for inspector in self.get_inspectors():
File "/home/ec2-user/.local/lib/python3.7/site-packages/datahub/ingestion/source/sql/mssql.py", line 215, in get_inspectors
engine = create_engine(url, **self.config.options)
File "/home/ec2-user/.local/lib/python3.7/site-packages/sqlalchemy/engine/__init__.py", line 525, in create_engine
return strategy.create(*args, **kwargs)
File "/home/ec2-user/.local/lib/python3.7/site-packages/sqlalchemy/engine/strategies.py", line 54, in create
u = url.make_url(name_or_url)
File "/home/ec2-user/.local/lib/python3.7/site-packages/sqlalchemy/engine/url.py", line 229, in make_url
return _parse_rfc1738_args(name_or_url)
File "/home/ec2-user/.local/lib/python3.7/site-packages/sqlalchemy/engine/url.py", line 288, in _parse_rfc1738_args
return URL(name, **components)
File "/home/ec2-user/.local/lib/python3.7/site-packages/sqlalchemy/engine/url.py", line 71, in __init__
self.port = int(port)
ValueError: invalid literal for int() with base 10: '1433?TrustServerCertificate=True&isolation_level=READ+UNCOMMITTED&driver=ODBC+Driver+17+for+SQL+Server&ssl=True&Trusted_Connection=True'
silly-finland-62382
08/25/2022, 6:56 PMcuddly-arm-8412
08/26/2022, 1:37 AMgreat-account-95406
08/26/2022, 5:02 AMsilly-finland-62382
08/26/2022, 5:30 AMalert-fall-82501
08/26/2022, 5:33 AMsquare-yak-42039
08/26/2022, 8:58 AMsquare-solstice-69079
08/26/2022, 1:33 PMmodern-monitor-68945
08/26/2022, 2:17 PMpolite-jordan-17005
08/26/2022, 5:38 PMbase_path
and path_spec: include
but doesn't seem be working. Thank you for the help in advance!silly-finland-62382
08/26/2022, 6:32 PMnutritious-printer-9873
08/27/2022, 6:06 AMtransformers:
- type: simple_add_dataset_terms
config:
term_urns:
- urn:li:glossaryTerm:PII
- type: pattern_add_dataset_schema_terms
config:
term_pattern:
rules:
email: [urn:li:glossaryTerm:PII]
It works. I’m able to see the term via https://my-datahub.com/glossaryTerm/urn:li:glossaryTerm:PII and the dataset properties, but it’s not listed in the UI > Governs > Glossary.
Also realized the terms created manually have a different urn format:
urn:li:glossaryTerm:30c3a9e3-6561-4d45-b5db-a12cf999d31f
Your thought?lemon-engine-23512
08/27/2022, 8:27 AM