powerful-cat-68806
05/08/2023, 12:29 PMerror was '
'(psycopg2.errors.FeatureNotSupported) Specified types or functions (one per INFO message) not supported on Redshift tables.
From some investigation we did, the recommendation is to install psycopg2
package
Not sure it’s relevant here, because I’m only configuring my YAML to ingest the data
I’m able to connect the cluster from my local prompt
Pls. advise….
cc: @modern-garden-35830 @icy-controller-68116lively-cat-88289
05/08/2023, 12:29 PMpowerful-cat-68806
05/08/2023, 1:59 PM0.10.1.2
& 0.10.2
• Deployment method: helm charts
• Logs - I prefer to share in private
• Ingestion recipe:
source:
type: redshift
config:
host_port: 'xxxxx:xxxx'
database: xxxxx
username: xxxxx
password: 'xxxxxxxx'
include_tables: true
include_views: true
options:
connect_args:
sslmode: prefer
sslrootcert: null
profiling:
enabled: true
max_workers: 3
profile_table_level_only: false
include_field_sample_values: false
powerful-cat-68806
05/08/2023, 6:59 PMscheme
default value is redshift + psycopg2dazzling-judge-80093
05/09/2023, 7:55 AM