Mohit Yadav
b353226d97
Fix Ingestion Pipeline Url ( #16953 )
2024-07-09 20:03:43 +05:30
Mayur Singal
3c36a3f1b2
MINOR: Docs example for s3 unstructured file ( #16969 )
2024-07-09 19:48:37 +05:30
Shailesh Parmar
3b2aeffb25
playwright: fixed tier, dataAssets test for AUT ( #16965 )
...
* playwright: fixed tier test for AUT
* addressing comment
* fix dataAssetWidget playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-07-09 17:49:10 +05:30
Teddy
c8870a0f1c
fix: compute overall and regex count in the same query ( #16962 )
2024-07-09 14:05:13 +02:00
Aniket Katkar
b4dc4df811
Minor: Automation improvement OSS requirements ( #16832 )
...
* Backend changes to introduce applicationType and airflowConfig fields in ingestion pipeline ES data
* Add on demand status fetch logic fo IngestionRecentRuns component
* Fix the IngestionRecentRuns test failure
* Update the test for IngestionRecentRun
* Include only 'scheduleInterval' in 'airflowConfig' field for ingestion_pipeline_search_index
* add new localization message
* Add common playwright functions to use in automator tests
* Remove the double license
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-07-09 16:18:02 +05:30
Karan Hotchandani
fe74b27033
Allow adding pipeline between all entities in lineage ( #16960 )
...
* fix tier information
* add tests
* fix tests
* update test as slow
2024-07-09 15:33:28 +05:30
Ashish Gupta
15ae2d3cc3
MINOR: supported all_index in search index configuration form ( #16571 )
...
* supported all_index in search index configuration form
* allow clear in select widget
* supported tree select for the entities
* playwright test
* added env for the run application status test
* fix beta badge color, color of checkbox and changes as per comments
* minor fix
* fix sonar issue
2024-07-09 14:57:12 +05:30
Pere Miquel Brull
27f4d9799e
REL #460-CL - Metadata Actions Create Permissions ( #16955 )
...
* REL #460-CL - Metadata Actions Create Permissions
* format
2024-07-09 11:13:57 +02:00
Teddy
c361305902
MINOR - fix sample data ingestion ( #16949 )
...
* fix: sample data ingestion
* style: ran python linting
2024-07-09 10:18:55 +02:00
Ayush Shah
421d191bae
Fixes 16562: Modify HiveCompiler to compile column names properly ( #16954 )
...
* Modify HiveCompiler to compile column names properly
2024-07-09 12:59:23 +05:30
Onkar Ravgan
49876b9cd6
fixed e2e for mysql and quicksight ( #16959 )
2024-07-08 20:50:02 +05:30
Sachin Chaurasiya
ce1a23c3be
minor: add latex node in description editor ( #16948 )
...
* minor: add latex node in description editor
* minor: refactor CustomHtmlRederer to replace LaTeX content in RichTextEditorPreviewer
2024-07-08 19:01:53 +05:30
harshsoni2024
9012c738e0
MINOR: Redshift view lineage error ( #16947 )
...
* fix create view query in view lineage
* fix view_defs for normal view and late binding view
2024-07-08 18:45:37 +05:30
Mayur Singal
afafb4af92
MINOR: Add support for s3 unstructured files ( #16936 )
2024-07-08 15:24:39 +05:30
Pere Miquel Brull
97a733b704
FIX #16231 - Ingestion Pipeline w/ Bot Assignment ( #16941 )
...
* FIX #16231 - Ingestion Pipeline w/ Bot Assignment
* format
2024-07-08 11:19:16 +02:00
Shailesh Parmar
e5fa8c1ec3
Minor: fixed data insight aut cypress ( #16930 )
...
* Minor: fixed data insight aut cypress
* fixed dbt test
2024-07-08 13:18:54 +05:30
Prajwal214
45842f58fc
Doc: Updating the Admin User ID ( #16935 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-08 11:07:07 +05:30
Ayush Shah
f16bec53f2
Modify Python SDK docs ( #16934 )
2024-07-08 11:06:48 +05:30
Karan Hotchandani
b55d5be3bc
Show Data Assets in hierarchy on Explore ( #16938 )
...
* initial commit
* push changes
* update explore page
* fix explore page
* update labels
* add tests
* fix review comments
* fix review comments
* fix review comments
* fix sizing
2024-07-06 17:52:42 +05:30
Sachin Chaurasiya
57785c08bd
minor: improve the custom property table in settings page ( #16937 )
...
* minor: improve the custom property table in settings page
* chore: adjust width of actions column in CustomPropertyTable
* test: update cypress test
2024-07-05 21:16:30 +05:30
Sriharsha Chintalapani
74573ee4fa
Issue #10933 : New Entity: API Services ( #16878 )
...
* API Service Schemas
* Create API Service Schemas
* Create API Service Schemas
* Add API Collection APIs
* Add API Endpoint APIs
* Fix #10933 : New Entity: API Services
* Fix Postgres schema creation for API entities
* domain ref
* fix RESTConnection.json
* Fix openAPI reserved keyword
* fix ref
* Fix for Java Heap Space Issue
* fix APISchema spec
* fix APISchema spec
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-07-05 06:35:32 -07:00
Imri Paran
da6da45373
MINOR: fix bigquery profiler ( #16933 )
...
* fix: bigquery profiler
cast creation_time from __TABLES__ to datetime
* format
* removed comment
* format
2024-07-05 10:21:43 +00:00
Imri Paran
43f46196a4
tests: postgres container ( #16924 )
...
added track_commit_timestamp=on so we can track table updates in tests
https://www.postgresql.org/docs/current/runtime-config-replication.html#GUC-TRACK-COMMIT-TIMESTAMP
2024-07-05 11:34:56 +02:00
Ashish Gupta
7506e0209d
#16516 : supported mutually exclusive alert glossary/term and tag ( #16890 )
...
* supported alert for mutually exclusive field
* localization changes
* added playwright assertion
* changes as per comments
2024-07-05 14:06:27 +05:30
Sachin Chaurasiya
c182be2366
chore: fix justify-content property warning in BlockEditor component ( #16929 )
2024-07-05 07:03:55 +00:00
Onkar Ravgan
3596b551ed
Fixed dashboarddatamodel fqn from context ( #16866 )
2024-07-05 08:32:13 +02:00
Imri Paran
d08af1f86d
MINOR: Fix data diff with threshold ( #16926 )
...
* fix: table-diff
passed threshold and diff count in wrong order. test was not covering this due to how the parameters were configured.
2024-07-05 07:51:24 +02:00
Sachin Chaurasiya
61e63386c5
minor: improve resizable panels height ( #16821 )
2024-07-05 10:38:52 +05:30
Rudy Delouya
1ef961bd99
Completed French Translation ( #16925 )
2024-07-04 19:25:17 +00:00
Pere Miquel Brull
7e98ece3e5
MINOR - Pydantic V2 warnings and better exception msg ( #16916 )
2024-07-04 14:54:41 +02:00
Shailesh Parmar
5a7b0b48c2
Minor: Add support for beta tag for form field ( #16921 )
2024-07-04 15:20:42 +05:30
Suman Maharana
bfa9e237de
MInor: Added Tiers&Glossary in dbt docs main page ( #16923 )
2024-07-04 15:09:28 +05:30
Prajwal214
2729f517f5
Docs: Fixing broken Menu Link ( #16922 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 09:13:08 +00:00
Prajwal214
f5abfdacfe
Doc: Updating Webhooks Docs ( #16915 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 13:43:05 +05:30
Prajwal214
a9f6bd4ed1
Doc: Adding how-to guide for domains & Data Products ( #16778 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 12:37:38 +05:30
Prajwal214
ed496ce4fb
Doc: Adding Docs for SAML Deployments ( #16822 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 12:37:31 +05:30
Prajwal214
2a816ed812
Doc: Updating Docs for Kubernetes deployment ( #16872 )
...
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-07-04 12:37:13 +05:30
Mohit Yadav
c33d2bfdb6
Throw exception on HTML input for collect endpoint ( #16919 )
2024-07-04 11:54:22 +05:30
Onkar Ravgan
80efc7075f
Fix #15163 : Added SAP ERP Connector
2024-07-04 10:57:46 +05:30
Imri Paran
a3e6ba2eef
MINOR: fix get resources ( #16912 )
...
* fix: get resources
use set to dedupe jar list when retrieving resources
* fix
2024-07-04 10:06:10 +05:30
Imri Paran
9b5ce3560c
MINOR: Pydantic equal assert util ( #16918 )
...
* tests: pydantic object assertion
added util for comparing pydantic objects
* fixed test_data_diff.py
2024-07-04 09:59:46 +05:30
Onkar Ravgan
a8dd5e99e9
Added dbt cloud permissions ( #16901 )
2024-07-03 18:09:09 -07:00
Matt Chamberlin
6456512fbd
Fixes 16582: support SASL_SSL kafka auth for OpenLineage pipeline connector ( #16597 )
...
* support SASL_SSL kafka auth for OpenLineage pipeline connector
* update documentation
* use existing saslMechanismType schema
---------
Co-authored-by: Matthew Chamberlin <mchamberlin@ginkgobioworks.com>
2024-07-03 16:47:28 +02:00
Ashish Gupta
876192645e
fix playwright test for DataAssetsWidget ( #16914 )
2024-07-03 19:14:37 +05:30
Prajwal214
1086708a9f
Doc: Updating Menu Order Docs ( #16909 )
2024-07-03 18:56:01 +05:30
Shailesh Parmar
9a4929d258
Minor: Anomaly detection add & edit form supporting file changes ( #16894 )
...
* Minor: Anomaly detection add & edit form supporting file changes
* added test for testCaseClassBase
* label fix
* fixed failing playwright test
2024-07-03 16:03:00 +05:30
Pere Miquel Brull
e3bbb18a03
DOCS - Storage Connector example ( #16910 )
2024-07-03 11:55:27 +02:00
Mohit Yadav
02e06c7795
[Issue-16906] Fix Lineage Edge Being Removed in Non-Indexable Fields ( #16907 )
...
* Fix Lineage Edge Being Removed
* Else Condition
2024-07-03 14:21:10 +05:30
Shailesh Parmar
b65e084324
Minor: updated licenseheaderignore file for playwright ( #16895 )
2024-07-03 12:33:19 +05:30
Onkar Ravgan
00d74d1776
Fix #15721 : Added Override flag to force update of Description, Tags and Owner from Source System ( #16815 )
2024-07-03 11:48:06 +05:30