Nahuel
48905a7f6e
Fix#7532: Allow overriding service connection config when ingesting from CLI ( #8091 )
...
* Allow overriding service connection config when ingesting from CLI
* Rename field in JSON schema
* Address comment
2022-10-13 12:34:03 +02:00
Sachin Chaurasiya
56d555eb58
Fix UI : The auth mechanism for the edit bot is throwing an error for scopes value #8116 ( #8129 )
2022-10-13 15:49:47 +05:30
Shailesh Parmar
b22bfccbf4
Fixed: UI: Test case result & profiler result is not visible in UI #8114 ( #8119 )
...
* Fixed: UI: Test case result & profiler result is not visible in UI #8114
* removed only keyword
2022-10-13 15:27:06 +05:30
Pere Miquel Brull
615b1a9647
Add Airflow deps installation ( #8131 )
2022-10-13 11:06:27 +02:00
Ashish Gupta
1f1943d2f5
UI :- Converted html table to Antd table for Dashboard and PipelinesVersion ( #8019 )
...
* Converted html table to Antd table for Dashboard and Pipline Version
* remove dummy text
* change dashboardDetails and DatabaseSchema table to Antd
* remove tailwind css
* changes as per comments
2022-10-13 11:01:10 +05:30
NiharDoshi99
0e44f7d35d
Fixed: Intergrated DOMO Connector APIs ( #7989 )
2022-10-13 10:55:48 +05:30
mosiac1
d8a4cbeeb9
UI ( #6189 ) | Update SearchResource and add new searchAPI frontend implementation ( #8083 )
...
* Update SearchResource and add new searchAPI frontend implementation
SearchResource now supports `query_filter` and `post_filter` as json
encoded Elasticsearch filters; `fetch_source` and
`include_source_fileds` for reducing response sizes.
* Remove
* Use async/await for searchAPI
* Move formatting to util functions
2022-10-13 09:30:56 +05:30
Ayush Shah
f4240db2db
Add Missing Connectors from the list ( #8120 )
2022-10-12 23:20:47 +05:30
Ayush Shah
aa9ef323e2
FIx Nonetype Bigquery Taxonomy ( #8110 )
2022-10-12 19:54:13 +05:30
Ashish Gupta
997b977b03
Converted html table to Antd table for Custom Properties and DatabaseDetail ( #8025 )
2022-10-12 18:46:46 +05:30
Ayush Shah
58765379a1
Fix Policy Tags from diff project ids ( #8004 )
2022-10-12 15:17:21 +05:30
Chirag Madlani
65600b2717
fix(ui): bot is not part of re-index entity ( #8102 )
2022-10-12 15:10:03 +05:30
Onkar Ravgan
92ddda2c15
Fixed DBT snowflake case sensitivty and dbt owner from manifest ( #8052 )
...
* Fixed snowflake case and dbt owner manifest
* Merged main after linting
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-10-12 14:59:17 +05:30
Sachin Chaurasiya
ceb6e5b72d
Fix TypeScript Error for ButtonProps ( #8101 )
2022-10-12 12:59:36 +05:30
Milan Bariya
7aaaddf7cc
FIX: Deleted label not appearing for bigquery ( #8090 )
2022-10-12 12:55:12 +05:30
Chirag Madlani
5c7d01a9df
fix(ui): support batchSize & flushIntervalInSec while ES re-indexing ( #8082 )
...
* fix(ui): support batchSize & flushIntervalInSec while ES re-indexing
* add refresh button for stream mode
* add refresh batch for fallback option
* update flush interval label
2022-10-12 12:16:19 +05:30
Sriharsha Chintalapani
6565655e11
Fix roadmap docs ( #8095 )
2022-10-11 23:02:27 -07:00
Sriharsha Chintalapani
65ee573a7d
Fix HEAP OPTS param ( #8094 )
2022-10-11 16:30:09 -07:00
Pere Miquel Brull
4b3ca065c4
Fix #3394 - Pylint fixes and add it to CI ( #8084 )
...
Fix #3394 - Pylint fixes and add it to CI (#8084 )
2022-10-11 17:15:02 +02:00
Vj-L
0926c754aa
Updated env variable for heap ( #8067 )
...
* Updated env variable for heap
* Updated env variable for heap
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
2022-10-11 19:29:22 +05:30
Teddy
f883863b8a
Fixes #7490 - Split Profiler and TestSuite Interface ( #8032 )
...
* Clean up test suite workflow and interface
* Fixed tests
* Split profiler and testSuite interfaces
* Cleaned up workflows and runners
* Fixed code formatting
* - remove old code
- remove `table` attribute used for testing and used mock instead
* Fixed execution bugs from refactor
* Fixed static type checking for profiler/api/workflow.py
* Fixed linting
* Added __init__ files
2022-10-11 15:57:25 +02:00
Sachin Chaurasiya
b914afcb6a
Fix #6346 convert all jsx files to tsx file ( #8046 )
...
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2022-10-11 17:53:17 +05:30
Parth Panchal
cf28194e1e
Fixed#8064: Count API should support include filter ( #8079 )
...
* Fixed#8064: Count API should support include filter
* Fixed#8064: Count API should support include filter
2022-10-11 16:51:54 +05:30
Ashish Gupta
6b31132ae1
UI :- Converted html table to Antd table for tag and MlModal ( #8001 )
...
* Converted html table to Antd table for tag and MlModal
* unpushed file
* changes as per comments
* added rowkey in tags antd table
* fix cypress issue
2022-10-11 16:10:34 +05:30
Ashish Gupta
8ddab79dc1
UI :- Remove rc-tree and react-table dependencies ( #8049 )
...
* Remove rc-tree and react-table dependencies
* fix unit test issue
* File Formatted
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-10-11 15:42:58 +05:30
Nahuel
0393b75eab
Add extra step required when configuring SSL ( #8078 )
2022-10-11 09:56:27 +02:00
Teddy
3b7f576d04
Fixed linting for Profiler ( #7922 )
...
* - Fixed linting
- Added logic to skip partition check when engine is not BQ
- Added ingestion partition logic to testSuite
* Fixed python formating
* Fixed test for BQ partition
2022-10-11 09:36:36 +02:00
Mayur Singal
22ac150d7b
Database Source Lint ( #8034 )
2022-10-11 13:05:08 +05:30
Shailesh Parmar
53b43628e2
Fixed Add info for customSQLTest in UI #8039 ( #8066 )
2022-10-11 12:47:51 +05:30
Pere Miquel Brull
2f9dd10a25
Allow manual image pushing ( #8073 )
2022-10-11 12:39:47 +05:30
Mohit Yadav
5d0fcb7483
[BasicAuth] Init default password to "admin" in case of no passwords ( #8072 )
...
* Added websocket updates on jobchannel
* Default Password to be "admin" for uninitialized PWDs
2022-10-11 12:14:59 +05:30
Suresh Srinivas
f4acc4af1f
Fixes #8068 Remove ConstructorType annotation from Collection ( #8069 )
2022-10-10 23:32:48 -07:00
Nahuel
806dcea0de
Fix Superset REST client requests ( #8058 )
2022-10-11 08:23:26 +02:00
Pere Miquel Brull
339abc5bf3
Prepare Ingestion Base Docker image ( #8065 )
...
Prepare Ingestion Base Docker image (#8065 )
2022-10-11 07:50:49 +02:00
Sriharsha Chintalapani
801012d2a6
Add remote debug port ( #8045 )
...
* Add remote debug port
* Add remote debug port
* Add remote debug port
* Add remote debug port
2022-10-11 11:13:15 +05:30
Teddy
3c093f65fc
Fixes test suite pylint ( #7937 )
...
* Fixed linting for testSuite
* fixed python format
* Fixed conflict
2022-10-11 06:55:14 +02:00
Teddy
d0984c5a43
Fixes lineage linting ( #7956 )
...
* Fixed pylint
* Fixed python formating
2022-10-11 06:55:08 +02:00
Mayur Singal
a2894f7990
Dashboard Source Lint ( #7987 )
2022-10-11 06:50:55 +02:00
Suresh Srinivas
de7a616788
Add log layout for tests and also printing ISO8601 timestamp ( #8071 )
2022-10-10 18:42:59 -07:00
Chirag Madlani
a81faed9f0
fix(ui-docs): API not working ( #8063 )
...
* fix(ui-docs): API not working
* fix unit tests
2022-10-11 00:12:15 +05:30
Pere Miquel Brull
f031293af0
Fix Pylint ingestion/bulksink and ingestion/stage ( #8030 )
...
* Pylint ingestion bulksink
* Pylint stage
* Remove test
* Remove stage
2022-10-10 14:06:43 +02:00
Shailesh Parmar
3fdcf7c6cf
Fixed UI sending incorrect timestep for fetching pipeline status #8050 ( #8051 )
2022-10-10 16:33:47 +05:30
Onkar Ravgan
107eeef8c7
Added fixes according to pylint ( #8009 )
...
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-10-10 12:53:47 +02:00
Ayush Shah
9571ffc127
Fix Grammar Typo ( #8054 )
2022-10-10 16:17:03 +05:30
Nahuel
37105e09df
Add CLI e2e tests workflow dispatch ( #8053 )
...
* Add CLI E2E tests for MySQL
* Fix setup.py and pylint
* Add missing doc and update code after pylint refactor
* Add manual trigger for py-cli-e2e-tests GH action
2022-10-10 11:50:20 +02:00
Nahuel
5c499d2a7a
Add CLI E2E tests for MySQL ( #8041 )
...
* Add CLI E2E tests for MySQL
* Fix setup.py and pylint
* Add missing doc and update code after pylint refactor
2022-10-10 11:36:20 +02:00
Nahuel
13b76dfd88
Remove UserRepository constructor which could cause NPE ( #8047 )
2022-10-10 10:50:01 +02:00
Pere Miquel Brull
b6ff10f781
Pylint ingestion models ( #8029 )
2022-10-10 06:51:24 +02:00
Pere Miquel Brull
ab2fabee63
Pylint api ( #8040 )
2022-10-10 06:50:28 +02:00
Mayur Singal
13f6f79f30
Metadata Source Lint ( #8018 )
2022-10-10 06:46:59 +02:00