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 2203 migrate bamboo to airbyte #4

Merged
merged 23 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b7224c7
Merge remote-tracking branch 'upstream/master' into ANTS-2203-Migrate…
NatElkins Feb 22, 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
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