mayank_arora
07/27/2023, 1:45 PMI am getting this error
ELT could not be completed: Cannot start extractor: Catalog discovery failed: command ['/Users/mayankarora/code/my-meltano-project/.meltano/extractors/tap-bigquery/venv/bin/tap-bigquery'
[2:49 PM] I don't know why this error is coming\user
07/27/2023, 4:13 PMuser
07/27/2023, 4:14 PMmayank_arora
07/27/2023, 4:15 PMmayank_arora
07/27/2023, 4:38 PMuser
07/27/2023, 4:55 PMmeltano --log-level=debug invoke tap-bigqueryuser
07/27/2023, 4:56 PMmayank_arora
07/28/2023, 10:15 AMmayank_arora
07/28/2023, 10:16 AMFrom your logs I didnt see anything other than the fact that it cant run those SQL queries. It might be useful to try running one of those in your database client to see if there is something wrong with the syntax maybeEverything is fine from my side, it's all about this is the first time I got this error, earlier I was using meltano 1.99.0 and with this version, everything was fine.
user
07/28/2023, 10:25 AMmayank_arora
07/28/2023, 10:28 AM{
"credentials_path": "bigquery-credentials/google-service-account-mayank-key.json",
"start_datetime": "2021-07-21T00:00:00Z",
"start_always_inclusive": true
}mayank_arora
08/05/2023, 12:59 PMdouwe_maan
08/09/2023, 12:34 AMuser
08/09/2023, 1:50 PMYes it prints the below config@mayank_arora were you able to add the streams setting and see it show up in your config?
earlier I was using meltano 1.99.0 and with this version, everything was fineI'm not sure what would have changed related to this 🤔 Were you able to try my suggestion of using
invoke in debug mode? Any additional details?
Also just to confirm, you were able to run this SQL in your SQL client with no issues?
SELECT event_type,`time`,user_id,event_properties,user_properties,`groups`,insert_id,inserted_at FROM root-station-198710.dbt_out_zone_amplitude.ecommerce_report_viewed WHERE 1=1 AND datetime '2023-07-21 00:00:00.000000' <= CAST(inserted_at as datetime) AND CAST(inserted_at as datetime) < datetime '2023-08-05 12:44:55.923261' ORDER BY inserted_at LIMIT 100mayank_arora
08/09/2023, 2:36 PMmayank_arora
08/09/2023, 2:37 PMpat_nadolny
08/09/2023, 3:01 PMpat_nadolny
08/09/2023, 3:02 PMmayank_arora
08/09/2023, 4:09 PMELT could not be completed: Cannot start extractor: Catalog discovery failed: when I ran the ELT command, then after I debug and found the issue and shared the logs with you.
Because of this issue I was not able to run the elt command.
same meltano.yml file I was using it without stream in version 1.99.0, the issue comes when I updated the meltano version.