Join Slack
Powered by
How is googleads library resolved within source-go...
# replication-troubleshooting
d
DR
08/22/2022, 8:59 AM
How is googleads library resolved within source-google-ads connector
https://github.com/airbytehq/airbyte/search?q=googleads
shows 7 references, but nothing is declared in requirements.txt. Shouldn't it be part of requirements.txt as well
r
Rajesh Koilpillai
08/22/2022, 9:05 AM
I guess its declared here
https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-google-ads/setup.py#L10
, not sure why this is not part of
https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-google-ads/requirements.txt
m
Marcos Marx (Airbyte)
08/22/2022, 9:25 AM
it is in the setup.py
r
Rajesh Koilpillai
08/22/2022, 9:30 AM
Why it is in setup.py instead of
https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-google-ads/requirements.txt
which seems connector specific?
Open in Slack
Previous
Next