I am facing issue with target_snowflake configurat...
# troubleshooting
b
I am facing issue with target_snowflake configuration I am not defining any stage or S3 bucket yet, getting the following error
Copy code
2022-02-03T15:59:50.301115Z [info     ] time=2022-02-03 15:59:50 name=target_snowflake level=INFO message=Getting catalog objects from table cache... cmd_type=loader job_id=mysql-to-snowflake name=data-warehouse run_id=e836b369-a0a8-4562-92e8-b825150f2bb1 stdio=stderr
2022-02-03T15:59:50.306593Z [info     ] time=2022-02-03 15:59:50 name=target_snowflake level=ERROR message=Invalid configuration: cmd_type=loader job_id=mysql-to-snowflake name=data-warehouse run_id=e836b369-a0a8-4562-92e8-b825150f2bb1 stdio=stderr
2022-02-03T15:59:50.309343Z [info     ]    * Only one of 's3_bucket' or 'stage' keys defined in config. Use both of them if you want to use an external stage when loading data into snowflake or don't use any of them if you want ot use table stages. cmd_type=loader job_id=mysql-to-snowflake name=data-warehouse run_id=e836b369-a0a8-4562-92e8-b825150f2bb1 stdio=stderr
2022-02-03T15:59:50.881693Z [error    ]
e
Hi @binoy_shah! Can you check that neither is actually defined?
meltano config target-snowflake list
will show the values and where they're coming from