Nessim Le Gendre
04/14/2023, 10:57 AM"metrics": "ga:micro_conversions" / "ga:conversions"
but no row are returning.
Would help me a lot 🙏
Thanks a lot!Sushant
04/14/2023, 11:18 AMLuis Vicente
04/14/2023, 11:34 AME Y
04/14/2023, 12:22 PMJhonatas Kleinkauff
04/14/2023, 12:23 PMapache-airflow-providers-airbyte.
While most of the sync works ok one of them is throwing the error below
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.8/site-packages/airflow/providers/airbyte/operators/airbyte.py", line 77, in execute
hook.wait_for_job(job_id=job_id, wait_seconds=self.wait_seconds, timeout=self.timeout)
File "/home/airflow/.local/lib/python3.8/site-packages/airflow/providers/airbyte/hooks/airbyte.py", line 66, in wait_for_job
raise AirflowException(f"Timeout: Airbyte job {job_id} is not ready after {timeout}s")
airflow.exceptions.AirflowException: Timeout: Airbyte job 38384 is not ready after 3600s
That particular sync works OK in Airbyte and do not throw any error. _execution_timeout_ and _dagrun_timeout_ are not set,so this is probably nothing to do with Airflow itself.Rafael Rossini
04/14/2023, 12:57 PMD Ra
04/14/2023, 1:07 PMUUBOY scy
04/14/2023, 1:13 PMKevin Conseil
04/14/2023, 1:17 PMGuillaume BAKAGA
04/14/2023, 2:30 PMAhmed Marzouk
04/14/2023, 2:44 PMshubham baldava
04/14/2023, 4:02 PMSachit Khanna
04/14/2023, 5:59 PMAsafe Almeida De Oliveira
04/14/2023, 6:30 PMYepher
04/14/2023, 7:13 PM<http://alb_host/airbyte/*>
When that hits the AirByte server we get a blank page because it is not expecting the URL to start with airbyte/
Is there a way to get AirByte to support handling that directory before the regular part of the URLMicky
04/14/2023, 8:21 PMThiago Chiliatto
04/14/2023, 10:21 PMError response from daemon: invalid mount config for type "bind": bind source path does not exist: /etl/airbyte/flags.yml
root@datalake:/etl/airbyte# ll /etl/airbyte/flags.yml
-rw-r--r-- 1 root root 412 Apr 14 21:57 /etl/airbyte/flags.ymlSlackbot
04/15/2023, 1:09 AMSlackbot
04/15/2023, 1:30 AMAnjaneyulu K
04/15/2023, 2:54 AMVaradharaj
04/15/2023, 7:42 AMAce FirePrince
04/15/2023, 8:05 AMdagster-airbyte check --module assets_modern_data_stack.assets.stargazer:airbyte_reconciler
Akash
04/15/2023, 10:57 AMTom
04/15/2023, 1:43 PMUUBOY scy
04/15/2023, 3:46 PMAce FirePrince
04/15/2023, 3:54 PMSlackbot
04/15/2023, 9:38 PMRafael Rossini
04/15/2023, 10:33 PMRajesh Koilpillai
04/16/2023, 1:55 PMModuleNotFoundError: No module named '_ctypes'
python --version
Python 3.9.13
airbyte/airbyte-integrations/connectors/source-rss (master)$ pip install -r requirements.txt
Obtaining file:///home/ubuntu/work/software/airbyte/airbyte-integrations/bases/connector-acceptance-test (from -r requirements.txt (line 1))
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
Ă— Preparing editable metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [63 lines of output]
running dist_info
creating /tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info
writing /tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/dependency_links.txt
writing requirements to /tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/requires.txt
writing top-level names to /tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/top_level.txt
writing manifest file '/tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/SOURCES.txt'
writing manifest file '/tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test.egg-info/SOURCES.txt'
creating '/tmp/pip-modern-metadata-gcskytg5/connector_acceptance_test-0.0.0.dist-info'
Traceback (most recent call last):
File "/home/ubuntu/work/projects/lf/.venv/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
main()
File "/home/ubuntu/work/projects/lf/.venv/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/ubuntu/work/projects/lf/.venv/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 181, in prepare_metadata_for_build_editable
return hook(metadata_directory, config_settings)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 451, in prepare_metadata_for_build_editable
return self.prepare_metadata_for_build_wheel(
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 377, in prepare_metadata_for_build_wheel
self.run_setup()
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 484, in run_setup
super(_BuildMetaLegacyBackend,
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 335, in run_setup
exec(code, locals())
File "<string>", line 31, in <module>
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/__init__.py", line 108, in setup
return distutils.core.setup(**attrs)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 1221, in run_command
super().run_command(command)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/command/dist_info.py", line 103, in run
bdist_wheel = self.get_finalized_command('bdist_wheel')
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 304, in get_finalized_command
cmd_obj = self.distribution.get_command_obj(command, create)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 860, in get_command_obj
klass = self.get_command_class(command)
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 966, in get_command_class
self.cmdclass[command] = cmdclass = ep.load()
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/setuptools/_vendor/importlib_metadata/__init__.py", line 208, in load
module = import_module(match.group('module'))
File "/home/ubuntu/.pyenv/versions/3.9.13/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 28, in <module>
from .macosx_libfile import calculate_macosx_platform_tag
File "/tmp/pip-build-env-v5rs5ae2/overlay/lib/python3.9/site-packages/wheel/macosx_libfile.py", line 43, in <module>
import ctypes
File "/home/ubuntu/.pyenv/versions/3.9.13/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
Ă— Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Guy Omer
04/16/2023, 3:16 PM