luis_henrique_barbosa_da_silva
07/19/2023, 8:32 PM2023-07-19T19:18:01.138348Z [info ] Environment 'dev' is active
2023-07-19T19:18:12.208369Z [warning ] No state was found, complete import.
2023-07-19T19:18:15.229000Z [error ] Cannot start plugin tap-google-sheets--extract: Catalog discovery failed: command ['/project/.meltano/extractors/tap-google-sheets/venv/bin/tap-airbyte', '--config', '/project/.meltano/run/tap-google-sheets--extract/tap.be36ba22-8efd-460d-b41e-97c151109aba.config.json', '--discover'] returned 1 with stderr:
2023-07-19 19:18:15,077 {'level': 'FATAL', 'message': '[Errno 2] No such file or directory: \'/tmp/config.json\'\nTraceback (most recent call last):\n File "/airbyte/integration_code/main.py", line 13, in <module>\n launch(source, sys.argv[1:])\n File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 185, in launch\n for message in source_entrypoint.run(parsed_args):\n File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 104, in run\n raw_config = self.source.read_config(parsed_args.config)\n File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/connector.py", line 51, in read_config\n config = BaseConnector._read_json_file(config_path)\n File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/connector.py", line 61, in _read_json_file\n with open(file_path, "r") as file:\nFileNotFoundError: [Errno 2] No such file or directory: \'/tmp/config.json\''}
2023-07-19 19:18:15,078 Something went wrong in the connector. See the logs for more details.
tap_airbyte.tap.AirbyteException: Traceback (most recent call last):
File "/airbyte/integration_code/main.py", line 13, in <module>
launch(source, sys.argv[1:])
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 185, in launch
for message in source_entrypoint.run(parsed_args):
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 104, in run
raw_config = self.source.read_config(parsed_args.config)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/connector.py", line 51, in read_config
config = BaseConnector._read_json_file(config_path)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/connector.py", line 61, in _read_json_file
with open(file_path, "r") as file:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/config.json'
I've read here in the community some ways to do it, but without success.
I've even used the docker_mount config but I wasn't successful either.
Someone to help?