sagar-salvi-apptware c42f779859
fix: Add option for disabling ownership extraction (#11970)
Co-authored-by: Mayuri Nehate <33225191+mayurinehate@users.noreply.github.com>
2024-11-29 21:28:31 +05:30

36 lines
678 B
YAML

source:
type: dremio
config:
# Coordinates
hostname: localhost
port: 9047
tls: true
# Credentials with personal access token(recommended)
authentication_method: PAT
password: pass
# OR Credentials with basic auth
# authentication_method: password
# username: user
# password: pass
#For cloud instance
#is_dremio_cloud: True
#dremio_cloud_project_id: <project_id>
include_query_lineage: True
ingest_owner: true
#Optional
source_mappings:
- platform: s3
source_name: samples
#Optional
schema_pattern:
allow:
- "<source_name>.<table_name>"
sink:
# sink configs