2514 Commits

Author SHA1 Message Date
Mayur Singal
e494cdfb65
Ingestion Docs: Superset, Snowflake, Bigquery, Azure SQL (#11180)
* Snowflake, Bigquery & Azuresql docs with superset migrations

* Superset Docs

* Auto PII is not a part of ingestion

* bigquery docs

* Azure SQL Docs

* Snowflake Docs

* Superset Docs

* Url to URL

* replace hr with ---
2023-04-21 18:23:45 +05:30
Chirag Madlani
9b95afd118
chore(ui): support spanish & Portugis languages (#11187)
* chore(ui): support spanish & Portugis languages

* caps lang name
2023-04-21 17:46:45 +05:30
Ayush Shah
d6aa49520a
Clickhouse Docs (#11182) 2023-04-21 16:05:21 +05:30
Ayush Shah
9a0fb262b7
Add Quicksight docs (#11179) 2023-04-21 15:57:31 +05:30
Pere Miquel Brull
a4956a52cb
Vertica, Custom Connectors and Delta Docs + Custom Storage Connector (#11166)
* Deltalake docs

* Deltalake docs

* Add Vertica docs

* Docs & Custom Storage Connector
2023-04-21 12:24:35 +02:00
Ayush Shah
c5001b12f0
Add Datalake Docs (#11175) 2023-04-21 11:52:27 +02:00
Nahuel
afa010d0b5
Doc: Update Tableau and Redash documentation (#11165)
* Doc: Update Tableau and Redash documentation

* Minor fix
2023-04-21 11:51:13 +02:00
Teddy
3cff3b7ef9
doc: add missing type in connection schema (#11186) 2023-04-21 10:32:01 +02:00
Keith Sirmons
97b58c65f5
Impalaconnection (#11151)
* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.

* added the ordinalPosition data point into the Column constructor.

* renamed variable to better describe its usage.

* updated profile errors.
Hive connections now comment columns by default.

* removed print statements

* Cleaned up code by pulling check into its own function

* Updated median function to return null when it is being used for first and third quartiles.

* updated metadata to work with the impala query engine.
Uses the describe function to grab column names, data types, and comments.

* added the ordinalPosition data point into the Column constructor.

* renamed variable to better describe its usage.

* updated profile errors.
Hive connections now comment columns by default.

* removed print statements

* Cleaned up code by pulling check into its own function

* Updated median function to return null when it is being used for first and third quartiles.

* removed print statements and ran make py_format

* updated to fix some pylint errors.
imported Dialects to remove string compare to "impala" engine

* moved huge comment into function docstring.
This comment shows us the sql to get quartiles in Impala

* added cast to decimal for column when running average in mean.py

* fixed lint error

* fixed ui ordering of precision and scale.
Precision should be ordred in front of scale since the precision is set first in decimal data types

* first pass for impala connector

* updated default auth_mechanism to be one of the enum values.

* updated UI documentation to match fields for the impalaconneciton.

refined impalaConnection to bring use_ssl to a boolean instead or relying on an extra connection option being manually added.

Removed reference to hive for type mapping

added impala to the pip setup

* py_format updates

* removed print statement

* Lints and fixes

* Updated database documentation to follow new style

* Flag as BETA

* Remove tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-04-21 09:57:13 +02:00
Nahuel
a37d58c54e
Doc: Update Kafka and Redpanda documentation (#11171)
* Doc: Update Kafka and Redpanda documentation

* Minor change
2023-04-21 09:11:07 +02:00
Nahuel
d11a8b6a71
Fix: Update requirements title in MD files (#11172) 2023-04-21 09:07:15 +02:00
Chirag Madlani
00fe67bb83
fix(ui): alignment on summary panel (#11174)
* fix(ui): alignment on summary panel
teams name validation
owner dropdown issue resolved

* fix cypress issue for users count
2023-04-21 12:26:23 +05:30
Mayur Singal
a72cdf4b61
Ingestion Workflow Markdown Docs (#11123)
* Ingestion Workflow Markdown Docs

* Update Section related changes

* Enable Debug Log Id

* address comments
2023-04-21 07:15:38 +02:00
Ashish Gupta
d1d45ea944
Fixes : Form Localization issue (#11162)
* Fix Form Localization issue

* localisation key added

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-21 10:33:00 +05:30
Shailesh Parmar
4ec5e3d1e9
fix(ui): tab switch issue while updating team (#11168)
* fix(ui): tab switch issue while updating team

* fixed add user to team issue

* fix add user to team issue and add cypress for the same

* fixed loading issue
2023-04-21 10:20:40 +05:30
Aniket Katkar
9acf45cd1b
Changed the remove tier button (#11159) 2023-04-20 23:10:12 +05:30
Sachin Chaurasiya
7779704bfb
chore(ui): update custom feed drawer to AntD drawer (#11163) 2023-04-20 22:49:15 +05:30
karanh37
fbdd890afb
feat(ui): glossary term add/edit modal (#11150)
* feat: glossary term add/edit modal

* fix: build errors

* feat: update glossary form

* fix: refactor glossary code

* fix: review comments

* fix: missing localization keys

* fix: review comments

* fix: form layout update

* fix: review comments

* fix: do not close modal on error

* fix: wrapping ui issues
2023-04-20 22:43:20 +05:30
Nahuel
8184516f80
Fix: Align includeOwner option with the rest of options to include entities (#11160) 2023-04-20 16:01:54 +02:00
Chirag Madlani
1301b09e36
fix(test): dbt cypress flakiness (#11155)
* fix(test): dbt cypress flakiness

* added wait for ingestionPipelineStatus

* fixed wait issue

* added API wait

* revet removal of service interception

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-04-20 18:41:46 +05:30
Sachin Chaurasiya
324a428ec3
chore(ui): improve the spacing and highlighting in service workflow form (#11146)
* chore(ui): improve the spacing between switch/action and label in ingestion UI

* fix: negative margin spacing

* chore: increase spacing

* fix: missing icon for databrick pipeline

* fix: copy button styling

* fix: field names

* address comment

* fix: cy test

* fix: markdown first para spacing
2023-04-20 12:14:20 +00:00
Pere Miquel Brull
e453593760
Rel to #10805 - Ingestion docs glue & Kerberos Dep (#11157)
* Glue

* Add kerberos system dep
2023-04-20 10:56:46 +02:00
Chirag Madlani
eb7ab3054f
fix(ui): autocomplete off for password fields (#11070) 2023-04-20 14:02:53 +05:30
Sachin Chaurasiya
3f0a9090e2
chore(ui): improve ux around test-connection button disabled state (#11139)
* fix: We should provide helpful text here on why we are disabling the "Test Connection" button.

* address comment

* address feedback

* address feedback

* fix: unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-20 12:54:07 +05:30
Shailesh Parmar
80aa7b27b0
ui: feedback 1.0 part-1 (#11141)
* ui: feedback 1.0 part-1

* fixed failing cypress

* fixed: flow is broken when cancelling the creation of a column level test

* implemented functionality to persist selected tab for table profiler

* fixed failing unit test

* miner fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-20 07:05:38 +00:00
Milan Bariya
cc71ba2bd0
Documentation for DatabricksPipeline,Airbyte,Databricks (#11153)
* Fix:10805 Documentation for DatabricksPipeline,Airbyte,Databricks

* Fix:10805 Documentation for DatabricksPipeline,Airbyte,Databricks
2023-04-20 10:22:13 +05:30
Pere Miquel Brull
91cd1491ee
Add Athena, Lineage and Usage docs & Fix Athena UI Lineage and Usage workflows (#11148)
* Athena docs

* Lineage and Usage docs

* Missing section close

* Fix Athena Model
2023-04-20 06:31:53 +02:00
Sachin Chaurasiya
3cf6442459
fix: Create button is not working on SignUp form (#11152) 2023-04-19 19:50:32 +00:00
Mayur Singal
dd754d586e
Metabase E2E Test & docs (#11126) 2023-04-20 00:50:23 +05:30
Chirag Madlani
6e9fff24b2
fix(ui): redesign AppBar with new design (#11093)
* fix(ui): redesign AppBar with new design

* revert support option on appbar

* restrict teams to be at most 3 at time
2023-04-20 00:10:14 +05:30
Shailesh Parmar
3cd1244f47
ui: lineage arrow icon getting disappear while expanding column (#11147) 2023-04-20 00:08:20 +05:30
Chirag Madlani
a54237ed9f
fix(ui): entity header title should be clickable instead just displayName (#11140)
* fix(ui): entire entity title is link

* fix bigquery selector

* fix data test id missing for entity displayName

* fix data test id missing for entity displayName

* remove underline from name for links

* fix unit tests
2023-04-19 21:04:51 +05:30
Teddy
f70826e1b6
Fixes #10805 - Documentation for Profiler, Nifi, MLflow, Trino, Presto, Redshift, Hive, SingleStore, MariaDB, MySQL (#11135)
* feat: profiler workflow documentation

* feat: Added MySQL connection information

* doc: connector requirements for MySQL, MariaDB, and SingleStore

* doc: added requirements to main documentation for MariaDB, SingleStore and MySQL

* doc: added new profiler metric definitions

* doc: Added new table test documentation

* doc: added connector requirements for Hive

* doc: Added Redshift documentation

* doc: Added Presto & Trino documentation

* doc: added MLflow documentation

* doc: Added Nifi documentation

* Move requirements to H2

* doc: add links/queries to grant permissions
2023-04-19 14:12:47 +02:00
Ashish Gupta
eefc877788
Fix : Supported DataModel include switch only for Dashboard services (#11111)
* Supported DataModel include switch only for Dashboard services

* fix unit test

* captalize label

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 17:18:52 +05:30
Shailesh Parmar
d899255261
ui: updated selected element style, added wrapper component (#11128)
* ui: updated selected element style, added wrapper component

* address comments

* refactor: section custom renderer

* fix: remove info icon

* fix: remove info icon from ingestion workflow form

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-04-19 09:19:16 +00:00
Ashish Gupta
e0018c1c64
Fixes: Supported Partitioned info data in Container Detail Page (#11100)
* Supported Partitioned info data in Container Detail Page

* changes as per commets

* localisation key added

* remove unwanted changes

* change the partitioned label if isPartitioned is false

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 13:20:49 +05:30
Ashish Gupta
fe764b7c5c
Supported Debug log for Services (#11124)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 12:40:08 +05:30
NiharDoshi99
1862ba2ba4
Changing behaviour for owners same as description for dashboards (#11118)
* changing behaviour for owners same as description

* fix typo
2023-04-19 12:31:56 +05:30
karanh37
5c376b6229
fix(ui): replace new edit icon and glossary feedback (#11088)
* fix: glossary ui improvements

* fix: edit icon improvements

* fix: review comments

* chore: adding logs to Auth provider

* Revert "chore: adding logs to Auth provider"

This reverts commit c2d22059884a16e0f1f466902d2c6221113e0357.

* fix: jest tests

* fix: cypress tests

* fix: update icons

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-04-19 12:19:13 +05:30
Onkar Ravgan
932ffa5fa0
Added Powerbi E2E and docs (#11130) 2023-04-19 11:49:20 +05:30
Ashish Gupta
df7e77aba9
Supported Encoded fqn in entity url's (#11113) 2023-04-19 10:05:52 +05:30
Aniket Katkar
32f18449e9
Increased the maximum width of the advanced search quick dropdown (#11117)
Brought common quick filters in the front for all the tabs
2023-04-19 10:05:33 +05:30
Pere Miquel Brull
463f242d6b
Add S3 Storage docs & CI validation (#11120)
* Prep CI

* Update Athena

* Update docs for S3 Storage

* Add manifest information
2023-04-19 06:31:55 +02:00
Shailesh Parmar
d618f5c32c
fix(ui): updated icon to be consistent with glossary (#11101)
* fix(ui): updated icon to be consistent with glossary

* remove primery class

* addressing comments
2023-04-19 10:01:17 +05:30
Ashish Gupta
3bd1262992
Fix cypress issue (#11129) 2023-04-19 09:28:15 +05:30
Ashish Gupta
fb838a8ee7
Supported Markdown preview in the test case description (#11112) 2023-04-18 22:50:00 +05:30
Ashish Gupta
41a50b51d3
Fix: Supported localization in server error message (#11108)
* Supported localization in server error message

* added localisation key
2023-04-18 21:00:05 +05:30
Nahuel
af2093f78b
Bug: Integer ingestion config field changes needed to be handled correctly (#11104)
* Bug: Integer ingestion config field changes were not handled correctly

* Change method name
2023-04-18 14:43:06 +00:00
Ashish Gupta
1870afd1ea
Feat UI : UI Improvement (#11092)
* UI improvements and minor fixes

* localisation key added

* changes as per commets and fix unit test

* fix unit test issue and minor fine tune
2023-04-18 15:33:30 +05:30
Shailesh Parmar
9e23f03d56
fix(ui) UI: Inconsistency in left panel #9431 (#11081)
* fix(ui) UI: Inconsistency in left panel #9431

* addressing comment

* updated left panel style for mydata page

* updated style as per feedback
2023-04-18 00:12:51 +05:30