mindy_ng
03/19/2021, 4:36 PMversion: 1
send_anonymous_usage_stats: true
project_id: 045333fd-3826-4b33-8f43-bfd8de29749f
plugins:
extractors:
- name: tap-investing
namespace: tap_investing
pip_url: git+<https://gitlab.com/DouweM/tap-investing.git>
settings:
- name: assets
kind: object
- name: tap-spreadsheets-anywhere
pip_url: git+<https://github.com/ets/tap-spreadsheets-anywhere.git>
config:
tables:
- path: <https://raw.githubusercontent.com/mindyng/2021-Projects/main/>
name: amazon_stocks
pattern: null
start_date: '2019-01-02T00:00:00Z'
key_properties: []
format: csv
delimiter: ','
loaders:
- name: target-postgres
variant: meltano
pip_url: git+<https://github.com/meltano/target-postgres.git>
config:
user: postgres
host: 127.0.0.1
port: 5432
dbname: pricing
taylor
03/19/2021, 4:40 PMmindy_ng
03/19/2021, 8:19 PMmeltano elt tap-spreadsheets-anywhere target-postgres
though got an error msg:mindy_ng
03/19/2021, 8:19 PMmindy_ng
03/19/2021, 8:19 PMtaylor
03/19/2021, 8:32 PMtaylor
03/19/2021, 8:32 PMaaronsteers
03/19/2021, 9:42 PMpattern: null
or perhaps putting another text value in that space?mindy_ng
03/19/2021, 10:07 PMmindy_ng
03/19/2021, 10:22 PMpattern: '.csv'
and now I got this:mindy_ng
03/19/2021, 10:23 PMmeltano upgrade
since i already didmindy_ng
03/19/2021, 10:25 PMtype object '_asyncio.Task' has no attribute 'all_tasks'
mindy_ng
03/19/2021, 10:25 PMtransformation skipped
<-- thats fine since im doing it in dbt, right?aaronsteers
03/19/2021, 10:26 PMmindy_ng
03/19/2021, 10:32 PMaaronsteers
03/19/2021, 11:34 PMtype object '_asyncio.Task' has no attribute 'all_tasks'
) looks like it is indicative of the python version. Reverting to Python 3.8 if you are able should resolve that issue.aaronsteers
03/19/2021, 11:44 PM