nicholas_degiacomo
10/18/2021, 10:57 PMplugins:
extractors:
- name: tap-shopify
variant: singer-io
pip_url: tap-shopify
select:
- orders.*
loaders:
- name: target-athena
namespace: target_athena
pip_url: git+<https://github.com/dataops-tk/target-athena.git>
executable: target-athena
settings:
- name: s3_bucket
- name: athena_database
- name: aws_region
- name: aws_access_key_id
- name: aws_secret_access_key
- name: s3_staging_dir
- name: compression
I know there’s some issues with the schema per https://meltano.slack.com/archives/C013EKWA2Q1/p1621895322025000 and https://github.com/singer-io/tap-shopify/blob/master/tap_shopify/schemas/orders.json#L9-L14 have been trying to update catalog.json to override schema but no luck yet. Is this an issue with the delimiter and quotchar on Athena side? In a related note, I’m unable to experiment with \t delimiter. Any help appreciated at this point!edgar_ramirez_mondragon
10/19/2021, 3:11 PMI’m unable to experiment with \t delimiterDo you mean the target is not picking it up from configuration, so something else? Another user went through the process of overriding the schema a few weeks ago: https://meltano.slack.com/archives/C01TCRBBJD7/p1631054350102000 As for the misalignment problem, I'm almost sure it's a bug on `target-athena`'s side not escaping some characters in the data. cc @aaronsteers
nicholas_degiacomo
10/19/2021, 5:53 PMedgar_ramirez_mondragon
10/19/2021, 6:07 PM"\t"
in yaml should pass it to Python as the right character afaikedgar_ramirez_mondragon
10/19/2021, 6:20 PMedgar_ramirez_mondragon
10/19/2021, 6:21 PMnicholas_degiacomo
10/19/2021, 9:37 PMnicholas_degiacomo
10/19/2021, 9:43 PMnicholas_degiacomo
10/19/2021, 9:58 PMaaronsteers
10/20/2021, 12:51 AMnicholas_degiacomo
10/20/2021, 3:10 AMaaronsteers
10/20/2021, 6:02 AMnicholas_degiacomo
10/20/2021, 3:43 PMnicholas_degiacomo
10/20/2021, 3:43 PMandre_anastacio
12/08/2021, 8:57 PMedgar_ramirez_mondragon
12/08/2021, 9:36 PMvisch
12/08/2021, 9:41 PMaaronsteers
12/09/2021, 6:10 AMvisch
12/09/2021, 1:51 PMvisch
12/09/2021, 1:51 PM