1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Commit Graph

5 Commits

Author SHA1 Message Date
David Gold
fb69db37b1 [ci] (source-azure-blob-storage) fix vulnerabilities (#60867)
Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2025-05-27 16:02:07 -07:00
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Augustin
0d6cf1bdc9 Upgrade to Dagger 0.13 (#46923)
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to this change.
-->
Upgrade from dagger 0.9.6 to dagger 0.13

## How
<!--
* Describe how code changes achieve the solution.
-->
* change behavior of `with_exec()`. The `skip_entrypoint` keyword arg has been changed to an opposite kwarg: `use_entrypoint`
* The `pipeline()` function has been removed. Remove its use.

## How will I deem the update stable
* [x] `pipelines` tests are 🟢 
* [x] `CAT` tests are 🟢 
* [x] `base_image` tests are 🟢 
* [x] Tests are running for a java and a python connector 🟢  [(Python test)](https://github.com/airbytehq/airbyte/actions/runs/11370125686) [(Java test)](https://github.com/airbytehq/airbyte/actions/runs/11381915439/job/31664363609)
* [x] The publish pipeline still works for  java and python connectors 🟢  [(test)](https://github.com/airbytehq/airbyte/actions/runs/11367885824/job/31621641890)


## User Impact
Should have no impact

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
- [ ] NO 
2024-10-17 12:24:40 +02:00
Anton Karpets
f2b67546af Source Azure Blob Storage: avoid error on empty stream when running discover (#38701) 2024-05-28 16:00:09 +03:00
Artem Inzhyyants
28dd34d717 Source Azure Blob Storage: add integration tests (#36542)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
Co-authored-by: Catherine Noll <noll.catherine@gmail.com>
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
2024-04-03 14:16:17 +02:00