farshad_ghorbani
02/20/2023, 7:14 AMedgar_ramirez_mondragon
02/20/2023, 4:17 PMjmriego
variant doesn't load everything in a single json string columnfarshad_ghorbani
02/20/2023, 5:55 PMAdswerve
variant, and I have tried other variants, but I have not tried the jmriego
variant.farshad_ghorbani
02/20/2023, 7:40 PMjmriego
but I got this error
* Neither 'default_target_schema' (string) nor 'schema_mapping' (object) keys set in config.
edgar_ramirez_mondragon
02/21/2023, 3:50 PMfarshad_ghorbani
02/21/2023, 4:42 PMedgar_ramirez_mondragon
02/21/2023, 4:44 PMmeltano.yml
contents?farshad_ghorbani
02/21/2023, 5:07 PM- name: target-orders-v2
config:
credentials_path: ./client_secrets.json
dataset_id: db_ordermanagement
project_id: db_ordres
add_metadata_columns: true
hard_delete: false
data_flattening_max_level: 0
primary_key_required: false
default_target_schema_select_permission: true
edgar_ramirez_mondragon
02/21/2023, 6:09 PMdefault_target_schema
farshad_ghorbani
02/21/2023, 6:31 PMedgar_ramirez_mondragon
02/21/2023, 7:36 PMschema_mapping
and default_target_schema
is required. If schema_mapping
it not defined (or it’s not exhaustive), then the default_target_schema
is used to decide where the tables will be createdfarshad_ghorbani
02/21/2023, 7:40 PMedgar_ramirez_mondragon
02/21/2023, 7:43 PMconfig
block: https://github.com/edgarrmondragon/meltano-dataops/blob/1fc245c037a9b3df217daa3c560919b926ebbed0/meltano.yml#L33-L37
$MELTANO_EXTRACT__LOAD_SCHEMA
will be set to the namespace of the extractor, e.g. tap_github
will be the schema where github data will land in the dwhfarshad_ghorbani
02/21/2023, 7:44 PM