I am witch a problem, when i run the code, he said the task was completed, but i cant see the datas in my database, Anybody can help me?
version: 1
default_environment: dev
project_id: 12432bc3-c379-48c1-b679-b10470cfc983
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-csv
variant: meltanolabs
pip_url: git+
https://github.com/MeltanoLabs/tap-csv.git
config:
files:
- entity: dados
path: arquivos/dados.csv
keys:
- order_id
loaders:
- name: target-postgres
variant: meltanolabs
pip_url: meltanolabs-target-postgres
config:
host: localhost
user: postgres
port: 5432
database: postgres
password: 1234
default_target_table: dados_table
column_mapping:
order_id: order_id
product_id: product_id
unit_price: unit_price
quantity: quantity
discount: discount
transformers:
- name: dbt-postgres
variant: dbt-labs
pip_url: dbt-core~=1.3.0 dbt-postgres~=1.3.0
config:
host: localhost
user: postgres
port: 5432
database: postgres
password: 1234