Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
220 B
JSON
Raw Normal View History

{
"name": "sample_superset",
"serviceType": "Superset",
"description": "Supset Service",
"sourceUrl": "http://localhost:8088",
Fix: Superset encryption and decryption not working as expected (#9827) * Fix superset sample data * Update ingestion/examples/superset_data/service.json * Update ingestion/examples/superset_data/service.json * fix: pytest error (#9824) * fix: pytest error * fix: linting * increased verbosity * empty commit to re-run tests * print registry and test definition set * renamed columnValuesToBeUnique fqn * removed print statements + verbosity * Docs Using a Custom Ingestion Image in helm (#9835) * Docs Using a Custom Ingestion Image in helm * Update openmetadata-docs/content/deployment/kubernetes/index.md Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> * Update openmetadata-docs/content/deployment/kubernetes/index.md Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> * Update openmetadata-docs/content/deployment/kubernetes/index.md * Update index.md Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> * fix(ui): ui changes for #9695 (#9770) * Fix #9695: Teams show up in lower case * changed owner advanced search filter field from name to display name * fixed minor quick filter bug * fixed failing cypress tests * fixed failing unit tests * Fixed failing cypress tests * added comments in unit tests for better understanding of changes * fixed failing cypress tests for advanced search * improved logic for showing advanced search options Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io> * Added powerbi docs for new field (#9836) * Fix#9460: Avoid reuse inspector to get view definition (#9821) * Avoid reuse inspector to get view definition * Update openmetadata-sqllineage version * Feat: Update GH action for E2E tests (#9839) * Update E2E CI tests GH action * Address PR comments * Add converter for services when encypting or decrypting services objects * Update E2E CI tests GH action Co-authored-by: Teddy <teddy.crepineau@gmail.com> Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com> Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com> Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io> Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2023-01-20 22:32:38 +01:00
"connection": {
"provider": "db",
"username": "admin",
"password": "admin"
}
}