You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup and launch of Airbyte was done using docker as given here
Error
Traceback (most recent call last):
File "/Users/shlokabhalgat/Documents/github/test_lego/test_lego.py", line 1, in <module>
import airbyte
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/__init__.py", line 3, in <module>
from .sdk import *
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/sdk.py", line 4, in <module>
from .connections import Connections
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/connections.py", line 5, in <module>
from airbyte.models import errors, operations, shared
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/models/operations/__init__.py", line 3, in <module>
from .canceljob import *
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/models/operations/canceljob.py", line 6, in <module>
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
from ..shared import jobresponse as shared_jobresponse
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/models/shared/__init__.py", line 114, in <module>
from .source_aws_cloudtrail import *
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/models/shared/source_aws_cloudtrail.py", line 14, in <module>
class SourceAwsCloudtrail:
File "/Users/shlokabhalgat/opt/anaconda3/envs/myenv/lib/python3.9/site-packages/airbyte/models/shared/source_aws_cloudtrail.py", line 23, in SourceAwsCloudtrail
start_date: Optional[date] = dataclasses.field(default=dateutil.parser.parse('1970-01-01').date(), metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('start_date'), 'encoder': utils.dateisoformat(True), 'decoder': utils.datefromisoformat, 'exclude': lambda f: f is None }})
NameError: name 'dateutil' is not defined
The text was updated successfully, but these errors were encountered:
Script used to test create_connection for Airbyte
Testing
Setup and launch of Airbyte was done using docker as given here
Error
The text was updated successfully, but these errors were encountered: