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

merge oss master #271

Merged
merged 55 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
baae3d2
fix(ingest/okta): fix event_loop RuntimeError with nested asyncio (#8…
skrydal Aug 16, 2023
94ce753
fix(ingest/kafka): use SchemaReference properties instead of dict acc…
Deepankarkr Aug 16, 2023
23ac906
feat(ingestion/ldap): flag to ingest ldap users with email instead of…
Deepankarkr Aug 16, 2023
7c2fd7b
Combine siblings in autocomplete (#8610)
Aug 16, 2023
2f9b5a8
fix(ingest): avoid mutable defaults in powerbi dataclass (#8609)
hsheth2 Aug 17, 2023
1576eb4
chore(spring): upgrade minor versions of spring components (#8627)
david-leifker Aug 17, 2023
85888d9
docs(quickstart): quickstart documentation, clarification on producti…
david-leifker Aug 17, 2023
40caf35
feat(datahub-ingestion): refactor datahub ingestion slim images (#8515)
david-leifker Aug 17, 2023
6748aec
fix(ingest/s3): emit data_platform_instance aspect if the config has …
jinlintt Aug 17, 2023
749c3e8
chore(snappy): fix snappy version constraint (#8629)
david-leifker Aug 17, 2023
a8dc8f7
chore(hazelcast): update hazelcast version (#8633)
david-leifker Aug 17, 2023
9d08c38
feat(graphql) Support exists operator in GraphQL Search API (#8652)
jjoyce0510 Aug 17, 2023
84f0a8f
[fix] [health ui] Removing ghost 0 for health signals on search cards…
jjoyce0510 Aug 17, 2023
836e2f4
fix(data products): removing data products filter in search as its no…
gabe-lyons Aug 17, 2023
c0addf6
feat(ingest/bigquery): add tag to BigQuery clustering columns (#8495)
ANich Aug 17, 2023
130f908
fix(ingest/snowflake): fix usage enum bug (#8649)
hsheth2 Aug 17, 2023
c5a2e89
feat(ingest/dbt-cloud): use job-based graphql queries (#8647)
hsheth2 Aug 17, 2023
272dcfe
Add and remove documentation and link for dataset (#8604)
kkorchak Aug 17, 2023
7b77998
test(): Lineage column level test (#8641)
kkorchak Aug 17, 2023
5f5f51f
tests(search): search golden tests (#8605)
eboneil Aug 17, 2023
10d3edc
test(): Add test case for dataset deprecation test (#8646)
kkorchak Aug 17, 2023
3681e1a
docs(ingest/kafka-connect): add details on platform instance mapping …
mayurinehate Aug 18, 2023
022d1d0
docs(ingest/airflow): add `capture_executions` to docs (#8662)
hsheth2 Aug 19, 2023
a17ed80
Fix a few view select issues (#8670)
Aug 21, 2023
8cf299a
feat(search): Add word gram analyzer for name fields (#8611)
iprentic Aug 21, 2023
6559148
fix(docker): misc docker fixes (#8677)
david-leifker Aug 22, 2023
b0cb990
tests(search): more golden tests (#8683)
eboneil Aug 22, 2023
439cf4d
test(ingest/vertica): Skip integration test failing CI; support arm M…
asikowitz Aug 22, 2023
d6e36f1
ci: add `needs_artifact_download` output for ingestion image (#8695)
hsheth2 Aug 23, 2023
4116716
logs(ingestion/unity): Hide stack trace on sql parse failure logs (#8…
asikowitz Aug 23, 2023
8ee58af
feat(ingestion/powerbi): support multiple tables as upstream in nativ…
siddiquebagwan-gslab Aug 23, 2023
68abf9c
build(ingest): Bump pydantic pin (#8660)
asikowitz Aug 23, 2023
8141e2d
remove(ingest/snowflake): Remove legacy snowflake lineage (#8653)
asikowitz Aug 23, 2023
01ae5d9
fix(ingest/ldap): Handle case when 'objectClass' not in attrs (#8658)
asikowitz Aug 23, 2023
52f1e32
fix(ui) Remove new Role entity from searchable entity types (#8655)
chriscollins3456 Aug 23, 2023
a4cb81c
fix(java) Use alias for name search sorting and fix missing mappings …
chriscollins3456 Aug 23, 2023
e12d910
feat(ui) Create page for managing home page posts (#8707)
chriscollins3456 Aug 24, 2023
a97548c
fix(ingest/powerbi): add sqlglot python dep (#8704)
hsheth2 Aug 24, 2023
090f8af
ci(ingest): make ingestion caching rules correct (#8685)
hsheth2 Aug 24, 2023
9472636
fix(cleanup): cleanup of 1 sub-module (#8678)
anshbansal Aug 24, 2023
aab5b6a
fix(policies): fix concurrent modification exception (#8681)
RyanHolstien Aug 24, 2023
22c35f1
fix(ingest/bigquery): Add config option to create DataPlatformInstanc…
asikowitz Aug 24, 2023
bcef25a
feat(ingest/looker): Record observed lineage timestamps for Looker an…
ANich Aug 24, 2023
43d48dd
feat(ingest/mssql): load jobs and stored procedures (#5363)
RChygir Aug 24, 2023
d6a935e
fix(ingestion/kafka-connect): update retrieval of database name in De…
Starkie Aug 24, 2023
e285da3
feat(ingest/snowflake): tables from snowflake shares as siblings (#8531)
mayurinehate Aug 24, 2023
6659ff2
feat(ingest/sql-queries): Add sql queries source, SqlParsingBuilder, …
asikowitz Aug 24, 2023
a78e72c
highlight matched fields in search results (#8651)
Aug 24, 2023
d15f080
Add links to glossary term cards without counts (#8705)
Aug 24, 2023
58dfb88
fix non sibling document links (#8724)
Aug 24, 2023
8648126
refactor(policies): Rename edit all privilege to edit entity (#8722)
jjoyce0510 Aug 24, 2023
b6141f5
feat(java/ui) Add search suggestions to our search experience (#8710)
chriscollins3456 Aug 24, 2023
bca914d
fix(cypress) Fix login.js cypress test (#8719)
chriscollins3456 Aug 24, 2023
bf5499e
Fixes for faling login.js and managing_groups.js Cypress tests (#8725)
kkorchak Aug 25, 2023
4646c47
resolve merge conflicts
anshbansal Aug 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .github/actions/docker-custom-build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ inputs:
# e.g. latest,head,sha12345
description: "List of tags to use for the Docker image"
required: true
target:
description: "Sets the target stage to build"
required: false
outputs:
image_tag:
description: "Docker image tags"
Expand Down Expand Up @@ -62,6 +65,7 @@ runs:
platforms: linux/amd64
build-args: ${{ inputs.build-args }}
tags: ${{ steps.docker_meta.outputs.tags }}
target: ${{ inputs.target }}
load: true
push: false
cache-from: type=registry,ref=${{ steps.docker_meta.outputs.tags }}
Expand Down Expand Up @@ -94,6 +98,7 @@ runs:
platforms: ${{ inputs.platforms }}
build-args: ${{ inputs.build-args }}
tags: ${{ steps.docker_meta.outputs.tags }}
target: ${{ inputs.target }}
push: true
cache-from: type=registry,ref=${{ steps.docker_meta.outputs.tags }}
cache-to: type=inline
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/docker-ingestion-base.yml
Original file line number Diff line number Diff line change
@@ -1,45 +0,0 @@
name: ingestion base
on:
release:
types: [published]
push:
branches:
- master
paths:
- ".github/workflows/docker-ingestion-base.yml"
- "docker/datahub-ingestion-base/**"
- "gradle*"
pull_request:
branches:
- master
paths:
- ".github/workflows/docker-ingestion-base.yml"
- "docker/datahub-ingestion-base/**"
- "gradle*"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build-base:
name: Build and Push Docker Image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
fetch-depth: 800
- name: Build and Push image
uses: ./.github/actions/docker-custom-build-and-push
with:
images: |
acryldata/datahub-ingestion-base
tags: latest
username: ${{ secrets.ACRYL_DOCKER_USERNAME }}
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }}
publish: ${{ github.ref == 'refs/heads/master' }}
context: .
file: ./docker/datahub-ingestion-base/Dockerfile
platforms: linux/amd64,linux/arm64/v8
118 changes: 0 additions & 118 deletions .github/workflows/docker-ingestion.yml

This file was deleted.

Loading
Loading