busy-machine-97034
06/29/2022, 1:21 AMacryl.executor.execution.task.TaskError: Failed to resolve secret with name REDSHIFT_HOST_PORT. Aborting recipe execution
. The datasource was created a month ago and it was working good, but since I upgraded my datahub instance to the 0.3.38 version the data ingestion has been broken. I could't find a solution to this exception, I can't read any secret from that ingestion. Is there any consideration that I missed at the moment of the version upgrade? Hope someone can help me! Thanks!loud-island-88694
careful-pilot-86309
06/29/2022, 4:06 AMbusy-machine-97034
06/29/2022, 2:30 PMsource:
type: redshift
config:
host_port: '${REDSHIFT_HOST_PORT}'
database: prod
username: '${REDSHIFT_USER}'
password: '${REDSHIFT_PASSWORD}'
include_tables: true
include_views: false
schema_pattern:
allow:
- dwh
- stg
- serving
- '.*_refined'
- '.*_landing'
profiling:
enabled: false
sink:
type: datahub-rest
config:
server: '${DATAHUB_SERVER}'
transformers:
-
type: pattern_add_dataset_ownership
config:
owner_pattern:
rules:
'.*olimpo_postgres_global_refined.appointment_db.*': ['urn:li:corpGroup:data_business_innovation']
'.*olimpo_postgres_global_landing.failure_db.*': ['urn:li:corpGroup:data_business_innovation']
'.*olimpo_postgres_global_landing.maintenance.*': ['urn:li:corpGroup:data_business_innovation']
ownership_type: DEVELOPER
busy-machine-97034
06/29/2022, 2:30 PMbusy-machine-97034
06/29/2022, 5:27 PMcareful-pilot-86309
06/30/2022, 2:08 AMbusy-machine-97034
06/30/2022, 2:36 AMbusy-machine-97034
06/30/2022, 2:38 AMbusy-machine-97034
06/30/2022, 3:04 AMcareful-pilot-86309
06/30/2022, 3:27 AMbusy-machine-97034
06/30/2022, 3:40 AMcareful-pilot-86309
06/30/2022, 11:30 AM