Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ANTS-2847] fix: ignore when bamboo API requests hit 500 #36943

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
323693c
[NO-REF] feat: Knoetic Airbyte greenhouse connector (#1)
junquanlim Oct 4, 2023
b036404
Merge branch 'airbytehq:master' into main
junquanlim Oct 4, 2023
a7d0252
[NT-848] feat: change application stream to be incremental based on l…
junquanlim Oct 19, 2023
d003f19
[ANT-745] Complete Lever Integration (#2)
Jan 2, 2024
b7224c7
Merge remote-tracking branch 'upstream/master' into ANTS-2203-Migrate…
NatElkins Feb 22, 2024
a2f90ce
Merge remote-tracking branch 'upstream/master'
NatElkins Mar 6, 2024
3b3878d
Merge branch 'ANTS-2203-Migrate-bamboo-to-airbyte' of github.com:twin…
NatElkins Mar 6, 2024
48acae7
Saving place.
NatElkins Mar 14, 2024
52cb6ac
Enhancing support for custom report fields.
NatElkins Mar 18, 2024
e8e465f
Saving place.:
NatElkins Mar 18, 2024
25c4ab2
Improving streams.
NatElkins Mar 18, 2024
f2311a7
Adding schemas.
NatElkins Mar 18, 2024
418267f
A bit more cleanup.
NatElkins Mar 18, 2024
58fd1f5
A bit more cleanup.
NatElkins Mar 18, 2024
7edabf0
Updating schemas so more properties are included.
NatElkins Mar 19, 2024
a102f83
More messing with the schemas.
NatElkins Mar 19, 2024
3c6384a
More cleanup.
NatElkins Mar 19, 2024
8894e91
More tweaks to try and get custom data to flow through.
NatElkins Mar 20, 2024
02f2013
Easier than tweaking docker build number
NatElkins Mar 20, 2024
ff44d26
More logging.
NatElkins Mar 20, 2024
a07d9c1
More tweaks.
NatElkins Mar 20, 2024
f9d8857
More tweaks.
NatElkins Mar 20, 2024
3a57682
At this point, tables is working. In the parquet version of things, …
NatElkins Mar 20, 2024
215e774
More modification of schema based on what we get from meta tables end…
NatElkins Mar 21, 2024
bf8f710
More tweaks.
NatElkins Mar 21, 2024
56e7fcb
Adding default fields, fixing some type annotations.
NatElkins Mar 25, 2024
ecfed3e
More type fixes and tweaks.
NatElkins Mar 25, 2024
be13c53
Removing acaStatus (deprecated)
NatElkins Mar 25, 2024
119ad1e
Merge pull request #4 from twineteam/ANTS-2203-Migrate-bamboo-to-airbyte
NatElkins Mar 25, 2024
6debc62
[ANTS-2208] Adding Lattice integration.
NatElkins Mar 27, 2024
679595d
[ANTS-2208] Adding Lattice integration.
NatElkins Mar 27, 2024
8f14563
Saving place.
NatElkins Mar 27, 2024
46dec7e
Saving place.
NatElkins Mar 27, 2024
64e00ff
Saving place.
NatElkins Mar 28, 2024
0ea8383
Changing directory structure to work with Airbyte CLI as per https://…
NatElkins Mar 28, 2024
f26aab4
Fixing some schema loader config changes.
NatElkins Mar 28, 2024
06b709a
Fixing CheckStream, as I had changed the name of the stream.
NatElkins Mar 28, 2024
82bcdae
Saving place.
NatElkins Mar 28, 2024
bdd1c02
Adding first pass of custom partition router.
NatElkins Mar 29, 2024
6c98183
More fixes for custom substream partition router.
NatElkins Mar 29, 2024
6b7dc96
Trying to get parent_id to come through.
NatElkins Mar 29, 2024
5154128
Changing page size back to full.
NatElkins Mar 29, 2024
ebf2a11
Merge pull request #5 from twineteam/ANTS-2008-Sprout-Social-lattice
NatElkins Apr 3, 2024
8708884
Merge branch 'airbytehq:master' into main
junquanlim Apr 6, 2024
03f37c2
fix: ignore when 500 occurs for bamboo
pebabion Apr 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.10-slim

# Bash is installed for more convenient debugging.
RUN apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*
Expand Down
Loading
Loading