Sriharsha Chintalapani
384d64221f
Update local-deployment.md
...
Update docker-compose from 0.11.3 release
2022-07-27 07:56:28 -07:00
Chirag Madlani
04998d6e37
fix(ui): pre-commit not writing changes ( #6379 )
...
* fix(ui): pre-commit not writing changes
* use flag --concurrent false
* Update .nvmrc
2022-07-27 19:50:28 +05:30
Pere Miquel Brull
b390f8bfe9
Add JWT docs image ( #6385 )
...
* add jwt docs
* add missing image
2022-07-27 16:13:59 +02:00
Pere Miquel Brull
b5daf1737b
Add braces as literals ( #6377 )
2022-07-27 16:04:32 +02:00
Pere Miquel Brull
c8fe163aa6
add jwt docs ( #6384 )
2022-07-27 07:02:49 -07:00
Parth Panchal
f28f4afcc6
Fixed#6349: Backend : Getting Invalid field name extension for Topic, Pipeline, Dashboard and Ml Model. ( #6380 )
...
* Fixed#6349: Backend : Getting Invalid field name extension for Topic, Pipeline, Dashboard and Ml Model.
* Fixed#6349: Backend : Getting Invalid field name extension for Topic, Pipeline, Dashboard and Ml Model.
2022-07-27 17:33:58 +05:30
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
Pere Miquel Brull
aabdb3c5f7
Update k8s docs ( #6370 )
2022-07-27 07:46:06 +02:00
mohitdeuex
c58de2128c
[Backend][Notifications] Fix taskConversation sent as taskNotification ( #6355 )
2022-07-26 22:24:39 -07:00
Pere Miquel Brull
ca58c47933
Add amundsen docs ( #6369 )
2022-07-27 06:38:44 +02:00
Sriharsha Chintalapani
aac64e161b
Fix #6364 : increase the length of tagFQN ( #6367 )
2022-07-26 20:58:05 -07:00
Suresh Srinivas
8af3af9d32
Fixes #6365 Support for adding policies at the team level ( #6366 )
2022-07-26 17:33:13 -07:00
Vivek Ratnavel Subramanian
7590418d9c
Docs: Update docker deployment format from yaml to bash
2022-07-26 16:35:10 -07:00
Vivek Ratnavel Subramanian
3e7d371a27
Docs: Update Google SSO docker deployment
...
The env file is updated to reflect the correct key value format
2022-07-26 16:31:42 -07:00
Shailesh Parmar
4cbdc530c3
Fix #6261 UI: Global settings page - services ( #6347 )
2022-07-26 15:22:59 -07:00
Shailesh Parmar
d3977bcb29
Fix #6291 UI: Remove required condition for dbt s3 from ui ( #6361 )
2022-07-26 15:19:39 -07: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
Harsh Vador
7da74d48e5
tier description dropdown ( #6354 )
...
* tier description dropdown
* code improvements
2022-07-26 23:52:55 +05:30
Chirag Madlani
9dc8cb6107
fix(ui): update placeholder to indicate search teams ( #6351 )
2022-07-26 23:12:39 +05:30
Chirag Madlani
0688f558cb
support pre-commit hook to avoid prettier or lint errors ( #6358 )
2022-07-26 23:01:03 +05:30
Nahuel
f8bb39f730
Update POM profile build configuration when using the only-backend profile ( #6359 )
2022-07-26 19:05:22 +02:00
Nahuel
30ff470922
Reduce the CI times for py-tests ( #6352 )
...
* Testing if we can reduce the CI times
* Update POM and run_local_docker script
2022-07-26 17:47:03 +02: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
Chirag Madlani
6f02774baa
feat(ui): support notification popover at navbar ( #6090 )
...
* feat(ui): support notification popover at navbar
* Remove conversation from notification box
Attach web-socket to listen on notifications
Add badge component from AntD
Fix loading issue
removing badge style from css
* fix notification misx
* support we based notification
* fix code smell
* update notifications
* update avatar component
* fix codesmell
* revert polling transport changes
* address comments
2022-07-26 18:53:10 +05:30
Abhishek Pandey
bef4d412ce
uniontype-coverage-added ( #6348 )
2022-07-26 15:21:34 +02:00
Sachin Chaurasiya
aac79dd566
✨ feat UI : kill endpoint for IngestionPipeline ( #6323 )
...
* ✨ feat UI : kill endpoint for IngestionPipeline
* minor change
* Remove reload logic
* Add unit tests
* Addressing review comments
2022-07-26 15:42:54 +05:30
Shailesh Parmar
5839620b60
UI: added webhook page in global setting ( #6277 )
...
* added left panel for global setting
* adding style for left panel
* removed unneccessary state depandancy and make setting route allowed only for sandbox and local env
* added webhook page in global setting
* added primery color to remove icon
* addressing comment
* addressing comment
* added wait time as delete service taking more time
2022-07-26 14:47:15 +05:30
Chirag Madlani
1959179a9a
fix(ui): redirect to home only if loggedIn flag updates ( #6298 )
...
* fix(ui): redirect to home only if loggedIn flag updates
* fix(ui): infinite load for first login
2022-07-26 13:06:53 +05:30
Sachin Chaurasiya
16e94a8b16
Fix #6320 UI : Update Entity Versions Markdown Parser ( #6327 )
2022-07-26 11:05:55 +05:30
Parth Panchal
cdda82ae8a
Fixed#6002: Added developer documentation for Java SDK. ( #6321 )
2022-07-25 12:55:04 -07:00
Vivek Ratnavel Subramanian
eb81a6a61a
Fix json2ts build errors ( #6332 )
2022-07-25 12:10:50 -07: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
Sriharsha Chintalapani
67339a6c25
Fix #6313 : Add om-comment to entities ( #6315 )
...
* Fix #6313 : Add om-comment to entities
* Fix #6313 : Add om-comment to entities
2022-07-25 12:28:21 +05:30
Snyk bot
7c7e19b36f
fix: upgrade mobx from 6.0.1 to 6.6.1 ( #6301 )
...
Snyk has created this PR to upgrade mobx from 6.0.1 to 6.6.1.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-07-24 23:06:51 -07: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
Nahuel
e2b176c5db
Fix failing test due to missing parameter in IngestionPipelineResource constructor ( #6317 )
2022-07-24 22:51:30 -07:00
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
Shailesh Parmar
3d2f3cfd15
Cypress: Add E2E test for delete service work flow ( #6150 )
2022-07-24 22:24:47 -07:00
Milan Bariya
5e5e728ea9
Create Messaging Topology ( #6201 )
...
Create Messaging Topology (#6201 )
2022-07-25 07:17:15 +02:00
Nahuel
52b416ba65
Fix#5918: Save Airflow config credentials in secrets manager when bootstrapping ( #6270 )
...
* Implementation for saving auth provider airflow parameters in the Secret Manager
* Add Airflow configuration validator
* Add tests for validators
* Add missing tests
2022-07-25 07:08:14 +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
Francisco J. Jurado Moreno
539da30ca0
Ingest triggered dags too ( #6296 )
2022-07-23 10:23:12 -07: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
Snyk bot
82c5592538
fix: upgrade com.auth0:java-jwt from 3.19.1 to 3.19.2 ( #6272 )
...
Snyk has created this PR to upgrade com.auth0:java-jwt from 3.19.1 to 3.19.2.
See this package in Maven Repository:
https://mvnrepository.com/artifact/com.auth0/java-jwt/
See this project in Snyk:
https://app.snyk.io/org/harshach/project/90e18217-fc70-4a90-bf04-270200cf86de?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-07-22 22:41:27 -07: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