Pedro Silva
5cfcf406c9
feat(fabric): Add sandbox as a possible environment variable ( #11491 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2024-10-04 15:44:26 -05:00
david-leifker
929f2dee8a
docs(upgrade): add note about downgrade limitation ( #11507 )
2024-09-30 13:07:46 -05:00
david-leifker
5cbd83675e
refactor(criterion): refactor criterion construction ( #11486 )
2024-09-27 13:11:40 -05:00
david-leifker
4296373c5f
config(rest-api): enable authentication and api authorization by default ( #11484 )
2024-09-27 11:31:25 -05:00
david-leifker
8ea211712c
chore(docs): update release notes v0.14.1 ( #11408 )
2024-09-18 09:42:31 -05:00
Sergio Gómez Villamor
31edb46dbc
feat(ingestion): adds env property in ContainerProperties ( #11214 )
...
Co-authored-by: siladitya2 <siladitya2@gmail.com>
2024-09-18 14:56:52 +05:30
Harshal Sheth
38bcd9c381
feat(ingest): default to ASYNC_BATCH mode in datahub-rest sink ( #11369 )
2024-09-17 07:11:58 +01:00
Harshal Sheth
2a0d14e2f5
feat(ingest): make default rest sink mode env-configurable ( #11335 )
2024-09-12 14:26:46 -07:00
Maggie Hays
2a62ba8ff1
docs(updating-datahub) Bump minor version on v0.14.0 notes ( #11255 )
2024-09-10 15:46:24 -05:00
Harshal Sheth
607ad5e1bc
feat(cli): reject missing urns in datahub get
( #11313 )
2024-09-06 15:32:25 -07:00
sleeperdeep
e34a628afe
fix(ingest/mssql): remove lower() method from sql_common get_db_name ( #10773 )
2024-09-03 12:41:23 -07:00
RyanHolstien
3b895d9062
feat(docs): update docs for new release ( #11164 )
2024-08-15 15:59:22 -05:00
Pedro Silva
e14dc9159c
feat(cli): Trim report of dataHubExecutionRequestResult to max GMS size ( #11051 )
2024-07-31 17:45:29 +00:00
sagar-salvi-apptware
a09575fb6f
fix(ingestion/glue): Add support for missing config options for profiling in Glue ( #10858 )
2024-07-29 16:04:07 +05:30
Harshal Sheth
f816a14a98
fix(ingest): fix graph config loading ( #11002 )
...
Co-authored-by: Pedro Silva <pedro@acryl.io>
2024-07-26 11:15:46 -07:00
Pedro Silva
dd732d0d46
feat(cli): Make consistent use of DataHubGraphClientConfig ( #10466 )
...
Deprecates get_url_and_token() in favor of a more complete option: load_graph_config() that returns a full DatahubClientConfig.
This change was then propagated across previous usages of get_url_and_token so that connections to DataHub server from the client respect the full breadth of configuration specified by DatahubClientConfig.
I.e: You can now specify disable_ssl_verification: true in your ~/.datahubenv file so that all cli functions to the server work when ssl certification is disabled.
Fixes #9705
2024-07-25 19:06:14 +00:00
Aseem Bansal
9f570a7521
feat(datajob/flow): add environment filter using info aspects ( #10814 )
2024-07-22 16:03:48 +05:30
david-leifker
5327f80cf7
feat(system): support conditional write semantics ( #10868 )
2024-07-11 10:52:58 -05:00
haeniya
3e86192b29
feat(ingestion/tableau): optionally ingest multiple sites and create site containers ( #10498 )
...
Co-authored-by: Yanik Häni <Yanik.Haeni1@swisscom.com>
2024-07-09 11:49:41 -07:00
david-leifker
062785300b
feat(protobuf): disable binary protoc custom properties ( #10778 )
2024-06-25 14:29:07 -05:00
david-leifker
d494e352ed
feat(openapi): restore Timeline OpenAPIv1 and deprecations ( #10768 )
2024-06-24 16:13:53 -05:00
Andrew Sikowitz
46dbb10940
docs(ingest): Rename csv / s3 / file source and sink ( #10675 )
2024-06-11 11:44:13 -07:00
david-leifker
4d9b6814a7
docs(update): updating-datahub ( #10585 )
2024-05-24 17:11:50 -05:00
david-leifker
6ed21bd1bc
feat(plugins): spring custom plugins ( #10389 )
...
Co-authored-by: Kevin Chun <kevinchun@netflix.com>
Co-authored-by: Kevin Chun <kevin1chun@gmail.com>
2024-05-09 14:56:03 -05:00
Ellie O'Neil
c8bb7dd34a
feat(fabricType): add fabric type RVW ( #10472 )
2024-05-09 10:21:51 -07:00
Davi Arnaut
94d424b7d4
fix(docs): adjust new requirements for DynamoDB ingestion ( #10470 )
2024-05-09 10:22:33 -05:00
Ellie O'Neil
d82750b891
DynamoDB IAM auth ( #10419 )
2024-05-02 16:02:40 -07:00
Hyejin Yoon
55dca386a8
docs: versions bump for 0.13.1 ( #10285 )
...
Co-authored-by: David Leifker <david.leifker@acryl.io>
2024-04-17 17:54:44 +09:00
Tamas Nemeth
d463a16b49
chore(ingest/presto-on-hive): Renaming presto-on-hive to hive-metastore source ( #10278 )
2024-04-16 23:35:16 +02:00
david-leifker
f36a597b17
fix(spring): refactor spring configuration ( #10290 )
2024-04-16 13:50:41 -05:00
Chris Collins
1fe8a44301
feat(docs): Update updating-datahub.md for GA4 analytics change ( #10196 )
2024-04-11 08:25:09 -07:00
Harshal Sheth
c9b9afc530
feat(ingest/dbt): enable model performance and compiled code by default ( #10164 )
2024-04-02 09:29:27 -05:00
Mayuri Nehate
4e328c38a7
feat(ingest/looker): update browse paths to align with looker UI ( #10147 )
2024-03-28 11:57:43 -07:00
Harshal Sheth
a70e775a12
feat(ingest): emit platform for query entities ( #10103 )
2024-03-26 11:22:53 -07:00
Harshal Sheth
64cb5d1cb2
feat(dbt): show source and compiled code in the UI ( #10028 )
2024-03-18 18:16:49 -07:00
Harshal Sheth
1f9ce9d7d8
feat(ingest/dbt): point dbt assertions at dbt nodes ( #10055 )
2024-03-18 18:13:01 -07:00
Harshal Sheth
104e78776d
fix(ingest): only auto-enable stateful ingestion if pipeline name is set ( #10075 )
2024-03-18 13:59:01 -07:00
Harshal Sheth
5937472998
feat(ingest): add DataHubGraph.emit_all method ( #10002 )
2024-03-11 16:36:18 -07:00
Shubham Jagtap
fda5eb89f7
feat(ingest): enable stateful_ingestion by default for DataHub rest sink ( #9934 )
2024-03-05 11:18:03 -08:00
Harshal Sheth
392158809d
feat(ingest/redshift): redshift lineage v2 ( #9904 )
2024-02-23 16:32:51 -08:00
Harshal Sheth
1498c36875
chore(cli): drop support for python 3.7 ( #9731 )
2024-01-29 10:50:47 -08:00
Mayuri Nehate
f2e78db92e
feat(ingest/databricks): ingest hive metastore by default, more docs ( #9601 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-01-18 14:26:33 -08:00
david-leifker
296e41dfed
feat(docker): docker compose profiles updates ( #9514 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2024-01-03 15:58:50 -06:00
david-leifker
824df5a6a3
feat(build): gradle 8, jdk17, neo4j 5 ( #9458 )
2023-12-15 13:28:33 -06:00
david-leifker
9899aca499
docs(updating-datahub): update docs for v0.12.1 ( #9441 )
2023-12-12 12:16:27 -06:00
Andrew Sikowitz
27f23ecdd5
feat(ingest/unity): GE Profiling ( #8951 )
2023-12-06 13:59:23 -05:00
Harshal Sheth
f9fd9467ef
feat(ingest): clean up DataHubRestEmitter return type ( #9286 )
...
Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
2023-11-30 21:00:43 -05:00
Harshal Sheth
a7dc9c9d22
feat(sdk): autogenerate urn types ( #9257 )
2023-11-30 18:11:36 -05:00
Mayuri Nehate
08fb730676
fix(ingest): drop deprecated database_alias from sql sources ( #9299 )
...
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2023-11-28 15:49:49 -05:00
RyanHolstien
a62d52e6b1
feat(mysql): upgrade to version 8.2 for quickstart ( #9241 )
...
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
2023-11-22 13:54:12 -06:00