Ameya Bapat
02/03/2022, 7:39 AMairbyte-integrations/connectors/source-jdbc/src/main/java/io/airbyte/integrations/source/jdbc/AbstractJdbcSource.java:265
LOGGER.info("Actual query : {}", sql);
I ran ./gradlew :airbyte-integrations:connectors:source-snowflake:build
and ./gradlew :airbyte-integrations:connectors:source-jdbc:build
and VERSION=dev docker-compose up
but it is not showing my Looger.info() statements in job's log.
I can see the previous and later logger statements but mine. Am i missing any step?Executing query for table:
?Arian Giles Garcia
02/04/2022, 6:59 AMversion=dev docker compose up
. From UI settings I was still pointing to some 0.1.6 and not to dev image. I changed that to dev. Lets see whether logs shows up or not.docker run --rm -v $(pwd)/secrets:/secrets airbyte/source-snowflake:dev read --config /secrets/configs.json --catalog /path/to/configured_catalog.json