Sajarin

Results 128 comments of Sajarin

Thanks @michael-baraboo-cnr for the sharing the workaround. The infra team is aware of the issue and will be working on fix this week. Please stay tuned!

Hi, thanks for the PR. This PR will be reviewed by one of our community maintainers as part our of Community Maintainer Program. Someone will be assigned shortly, thanks for...

/test connector=connectors/source-github > :clock2: connectors/source-github https://github.com/airbytehq/airbyte/actions/runs/3054767833 > :x: connectors/source-github https://github.com/airbytehq/airbyte/actions/runs/3054767833 > :bug: https://gradle.com/s/ypjdx2era5q4s > ### Build Failed Test summary info: ``` =========================== short test summary info ============================ FAILED test_incremental.py::TestIncremental::test_state_with_abnormally_large_values[inputs0] ===================...

/test connector=connectors/source-github > :clock2: connectors/source-github https://github.com/airbytehq/airbyte/actions/runs/3083224659 > :white_check_mark: connectors/source-github https://github.com/airbytehq/airbyte/actions/runs/3083224659 Python tests coverage: ``` Name Stmts Miss Cover ---------------------------------------------------- source_github/utils.py 14 0 100% source_github/github_schema.py 8807 0 100% source_github/__init__.py 2 0...

/publish connector=connectors/source-github > :clock2: Publishing the following connectors:connectors/source-githubhttps://github.com/airbytehq/airbyte/actions/runs/3084608070 | Connector | Did it publish? | Were definitions generated? | | --- | --- | --- | | connectors/source-github | :white_check_mark:...

Should be good to go @davydov-d. Thanks for the PR @Mainara and @py-paulo and thanks for the review @YiyangLi!

@toandm it seems like you made an issue similar to this one a few weeks ago: #16159. Is this the same error? Did you recently upgrade the MySQL connector and...

This has been reported before for MySQL: https://bugs.mysql.com/bug.php?id=94872. Looks like MySQL does support invalid dates whereas MariaDB does. Have you looked into the ALLOW_INVALID_DATES mode for MySQL? https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html#sqlmode_allow_invalid_dates

I found this when looking up information about invalid dates on the MySQL reference page: https://dev.mysql.com/doc/refman/5.6/en/using-date.html#:~:text=MySQL%20permits%20you%20to%20store%20a%20%E2%80%9Czero%E2%80%9D%20value%20of%20',0000%2D00%2D00'%20. It seems like 0000-00-00 is a valid date but 0000-12-30 is not. 0000-00-00 is...

Assigned to @tuanchris as part of Airbyte's Community Maintainer program