Abhishek Pandey
a08201e383
multiple-database-service-names-added-in-dashboard ( #6591 )
...
* multiple-database-service-names-added-in-dashboard
* code-formatted
* code-smell-removed
* code-formatted
* improved-dbserviceName-handling-in-dashboard
* fix checks failing
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-08-08 22:21:28 +05:30
Mayur Singal
997486f1bb
Fix #6540 : Added Exception handling in metadata_rest ( #6650 )
...
* Added Exception handling in metadata_rest
* Added HTTPException
2022-08-08 20:25:31 +05:30
Ayush Shah
a6db2e8a84
Fix for profiler: modified filter patterns and added error handling ( #6608 )
2022-08-08 10:43:17 +05:30
Milan Bariya
f3ec8c55a6
Clean col-level lineage internal logic ( #6500 )
...
* Clean col-level lineage internal logic
* Fix: The Python checkstyle failed
* Fix: SonarCloud Bugfix
* Add test
* Fix: Add multiple queries
* Fix: Based on review comments
* Fix: make py_format issue
* Fix: pytest issue
* Fix: BUG FIX
2022-08-05 20:48:28 +05:30
Mayur Singal
5e1b124d57
Fix #6530 & Fix #4975 : Oracle Connection Enhancements ( #6579 )
...
* Fix #6530 & Fix #4975 : Oracle Connection Enhancements
* updated migrations & docs
2022-08-05 10:28:04 +05:30
Onkar Ravgan
3d93aaad53
Moved view lineage to post process ( #6585 )
...
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-08-04 20:03:17 +02:00
Teddy
b37bca5471
Fixes #2954 -- Ingest sample data for profile, test suite and co. ( #6586 )
...
Fixes #2954 -- Ingest sample data for profile, test suite and co. (#6586 )
2022-08-04 19:44:21 +02:00
Sriharsha Chintalapani
1a42428e42
Add time series extention ( #6416 )
...
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-08-04 07:22:47 -07:00
Mayur Singal
12f81c43f8
ES pipeline minor changes ( #6565 )
2022-08-04 15:22:09 +02:00
Milan Bariya
45e6c2c7d7
Sample Data Ingestion use Create request ( #6546 )
...
* Sample Data Ingestion use Create request
* Fix: Code smell
* Fix: make_pyformat
* Fix: Changed based on comments
2022-08-04 11:13:48 +02:00
Mayur Singal
5754b1424a
Bigquery Docs Min Requirements ( #6561 )
2022-08-04 10:29:45 +02:00
Mayur Singal
91d9e810ea
Revert Rename on MetadataEs ( #6537 )
2022-08-03 19:36:09 +05:30
Pere Miquel Brull
6701ae6416
Fix #6489 - Update backup CLI ( #6488 )
...
Fix #6489 - Update backup CLI (#6488 )
2022-08-03 12:01:57 +02:00
Pere Miquel Brull
e2916b2521
Organise ingestion module ( #6515 )
...
Organise ingestion module (#6515 )
2022-08-03 09:55:50 +02:00
Nahuel
a878aa911c
Fix#6212: Retrieve connection params from secret manager in CLI commands ( #6441 )
...
* Retrieve connection params from secret manager for database connectors
* Retrieve connection params from secret manager for all services except database connectors
* Stop retrieving connection from SM in Airflow rest plugin
* Retrieve connection params from secret manager for dashboard services
* Retrieve connection params when initializing Workflow/ProfilerWorkflow objects
* Align services topologies + comment changes in topology runner
* Address SonarCloud bug detected
* Update database service topology
* Address PR comments
* Address PR comments
* Address PR comments
2022-08-02 09:13:46 +02:00
Teddy
818736e2ca
Fix SQLite same thread error ( #6486 )
2022-08-01 17:33:53 +02:00
Teddy
a7fffc778c
Fixes #6476 -- Multiple db connections opened ( #6478 )
...
* Fixed scoped_session factory creation
* Fixed py format
* Added comment for GC + added explicit QueuePool definition
2022-08-01 13:42:35 +02:00
Teddy
7c70adc33e
Changed ometa_service_name to database_service_name ( #6454 )
2022-08-01 07:41:46 +02:00
Francisco J. Jurado Moreno
512b241069
[ISSUE-5522] Fix profiler timeout ( #6448 )
...
* ChangeIsFunction by IsMethod
* Update test
* Remove whitespace
2022-07-30 10:03:10 -07:00
Teddy
a920a4c17d
Fixed SQA Warning ( #6442 )
2022-07-30 09:39:36 -07:00
Mayur Singal
82de3a4cc6
GCS Datalake Object Filtering Fix ( #6447 )
2022-07-30 08:48:06 +05:30
Sriharsha Chintalapani
27558457a7
Add ES indexing option to sort alphabetically ( #6444 )
2022-07-29 14:11:22 -07:00
Teddy
6397b6a0b1
Fixes #6325 -- Implement multithreading for metrics computation ( #6406 )
...
* Added tests for multithreading SQA interface
* Added multithread support for metric computation
* Added thread ID to log debuger
* Cleaned up tests
* Fixed python formatting issues
* Added non blocking result processing + threadCount in config file to set numbers of threads
* Added frontend input field to set number of threads
* Fixed code smell, bug and comments from reviewer
2022-07-29 10:41:53 +02:00
Mayur Singal
bafca3b7b6
Fix #6387 : Clean Ingestion ( #6405 )
...
* Fix #6387 : Clean Ingestion
* postgres fix
* Fixed Location in Sample Data
2022-07-29 08:51:58 +02:00
Pere Miquel Brull
ea918495ff
Fix #6382 - Snyk workflows ( #6413 )
...
Fix #6382 - Snyk workflows (#6413 )
2022-07-28 23:06:33 +02:00
Onkar Ravgan
7fdab21a72
Glue Topology Refactor ( #6231 )
...
* rebase with main
* refactored glue for topology
* added glue unit tests
* resolved review comments
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-07-28 15:04:43 +02:00
Pere Miquel Brull
b7eb41a560
Fix #5840 - Upgrade Airflow container to 2.3.3 ( #6362 )
...
Fix #5840 - Upgrade Airflow container to 2.3.3 (#6362 )
2022-07-28 14:46:25 +02:00
Mayur Singal
9c7d8f7d8f
Fix #5847 : Handled Exception For Source Config ( #6386 )
...
* Fix #5847 : Handled Exception For Source Config
* Comment Fix
* Added Test Cases
2022-07-27 20:21:16 +02:00
Mayur Singal
c6efe8c142
Fix #6158 : Fivetran Connector Added ( #6329 )
...
* Fivetran Connector Added
* Fivetran unit test added
* Fixed Unit Tests
* Added Fivetran Docs & Added Fivetran in Pipeline Listing
2022-07-27 20:50:56 +05:30
Pere Miquel Brull
b5daf1737b
Add braces as literals ( #6377 )
2022-07-27 16:04:32 +02:00
Mayur Singal
9adaec1b3a
Fix #6248 : Use PUT API instead of POST for tag & tagCategory ( #6344 )
...
* Fix #6248 : Use PUT API instead of POST for tag & tagCategory
* Restructure yield_tag topology
* Renamed method to create_or_update
2022-07-27 08:41:55 +02:00
Pere Miquel Brull
53930a9253
Fix #6283 #6281 #6279 - Send compressed log, backend logs and Airflow fix ( #6288 )
...
Fix #6283 #6281 #6279 - Send compressed log, backend logs and Airflow fix (#6288 )
2022-07-27 07:47:25 +02:00
Suresh Srinivas
a23a9c84c1
Fixes #6336 - Add API to list of operations per resource for policy authoring ( #6337 )
...
* Fixes #6336 - Add API to list of operations per resource to be used for writing policies
* Fixing UI build errors
* Include only JSON schema file and not JSON data files in python code generation
* Fix generate
* Update operations list
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-07-26 12:08:01 -07:00
Nahuel
fdfdaa14aa
Fix#5921: Implentation for retrieving auth provider config from Secret Manager ( #6330 )
...
* Implentation for retrieving auth provider config from Secret Manager
* Address PR comments
* Address code smells from SonarCloud
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2022-07-26 15:42:40 +02:00
Abhishek Pandey
bef4d412ce
uniontype-coverage-added ( #6348 )
2022-07-26 15:21:34 +02:00
Teddy
aae4410c93
Fies #6183 - Ability to set profile sample at the profilier workflow level ( #6292 )
...
Fies #6183 - Ability to set profile sample at the profilier workflow level (#6292 )
2022-07-25 12:08:20 +02:00
Abhishek Pandey
f125c597a9
Atlas connector fix ( #4112 )
...
* refactored-atlas-schema
* atlas-source-connector-fixed
* code-formatted
* updated-service-creation
* code-formatted
* atlas-json-updated
* atlas-removed-from-database-service
* atlas-fqn-and-execution-flow-updated
* atlas-connector-fixed
* atlas--amundsen-removed-from-db-service
* code-cleanup
* removed-unused-codes
* code-smelled
* code-smell-removed
2022-07-25 11:23:36 +05:30
Francisco J. Jurado Moreno
ae491f747f
[TASK-6295] Reduce memory footprint for S3 ingestion ( #6308 )
...
* Reduce memory footprint for parquet & CSV formats
* Add pagination, remove local var
* Add jsonl parser
2022-07-25 07:24:57 +02:00
Milan Bariya
5e5e728ea9
Create Messaging Topology ( #6201 )
...
Create Messaging Topology (#6201 )
2022-07-25 07:17:15 +02:00
Pere Miquel Brull
7560635114
Fix #6280 - Bump DeltaLake version, tests and docs ( #6307 )
...
Fix #6280 - Bump DeltaLake version, tests and docs (#6307 )
2022-07-24 18:49:15 +02:00
Pere Miquel Brull
e51aadae03
Fix curl vulnerability ( #6311 )
2022-07-24 08:24:35 -07:00
Pere Miquel Brull
810e6c7dfc
Fix #5822 - Remove looker env and rename props ( #5700 )
...
Fix #5822 - Remove looker env and rename props (#5700 )
2022-07-24 16:02:26 +02:00
Pedro Sereno
14b9439b98
feature: add metabase sqllineage extraction ( #6257 )
...
* feature: add metabase sqllineage extraction
this solves issue-6190 and also fixes a bug in the existing lineage
that was trying to access key with a typo for the database name
* fix: sqllineage import
2022-07-23 13:44:31 +02:00
Francisco J. Jurado Moreno
78dd44ed32
[TASK-6140] Add OMeta header to SQLAlchemy-based queries ( #6293 )
...
[TASK-6140] Add OMeta header to SQLAlchemy-based queries (#6293 )
2022-07-23 12:31:26 +02:00
Francisco J. Jurado Moreno
756dae5605
[TASK-6241] Cache ES ingestion when ingesting usage ( #6276 )
...
* Cache ingestion
* Uncomment secrets manager
* Fix experiment stuff
* Fix style
* Add LRU cache
* Add tests
* Fix code smell
2022-07-22 23:33:22 +02:00
Nahuel
4d4a2fc2cf
FIX#5916: Only admin user retrieves connection params when external Secrets Manager is configured ( #6228 )
...
* Implementation for stop sending connection credentials when user is BOT
* Change way we add the connection to the service in the Secret Manager
* Services connection is not required as we want to stop returning it when SM is configured
2022-07-22 14:02:29 -07:00
Teddy
28623c7455
Fixes #6078 - DB column named metadata
conflict with SQA reserved attribute ( #6282 )
2022-07-22 19:05:32 +02:00
Mayur Singal
75ccc803ad
Fix #5410 : Topology for Pipeline Services ( #6085 )
...
Fix #5410 : Topology for Pipeline Services (#6085 )
2022-07-22 13:59:14 +02:00
Teddy
d34d347a1c
overwrite default sum function to add super for BQ overflow ( #6252 )
2022-07-22 07:49:00 +02:00
Teddy
893665f33d
Fixes #6031 & #6236 -- Handle binary field & UUID when ingesting sample data ( #6233 )
...
Fixes #6031 & #6236 -- Handle binary field & UUID when ingesting sample data (#6233 )
2022-07-21 20:14:44 +02:00