Jonny Dixon
d1a0f095bc
Merge branch 'master' into implement-tableau-virtual-connections
2025-10-23 00:49:45 +01:00
Jonny Dixon
d03254ac8c
updates
2025-10-23 00:45:50 +01:00
Jonny Dixon
645c075c9e
y
2025-10-22 23:28:49 +01:00
ani-malgari
b9c263b0f6
fix(datahub-web-react): Update Titles and subtitles of Settings pages ( #15072 )
2025-10-22 15:14:45 -07:00
Jonny Dixon
a1ddab9875
x
2025-10-22 23:05:20 +01:00
v-tarasevich-blitz-brain
9b212562dd
feat(uploadFiles): add anaytics events ( #15080 )
2025-10-22 16:46:43 -05:00
Jonny Dixon
e970e196eb
f
2025-10-22 22:05:26 +01:00
Jonny Dixon
2fd3f86cf3
update
2025-10-22 21:12:24 +01:00
Jonny Dixon
c2a6ea3263
fixes
2025-10-22 20:32:01 +01:00
v-tarasevich-blitz-brain
0641aa434d
feat(uloadFiles): add support to schema field and asset documentation tab ( #15055 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-22 13:54:35 -05:00
Jonny Dixon
65e8a83126
Use standard database table approach for VC schema fields
...
- Remove custom create_vc_schema_field function entirely
- Use the same simple SchemaField creation as database tables
- No tags, no complex logic - just fieldPath, type, description, nativeDataType
- Eliminates unnecessary complexity and ensures full consistency
- VC tables now follow the exact same pattern as external database tables
2025-10-22 19:33:39 +01:00
Jonny Dixon
111ee25e31
Fix create_vc_schema_field to use proper standard Tableau approach
...
- Use make_description_from_params() for description formatting like standard fields
- Use nativeDataType for tags instead of column_type for consistency
- Ensure Virtual Connection schema fields fully match standard Tableau field creation
- Apply automatic linting fixes
2025-10-22 19:28:48 +01:00
Jonny Dixon
152d40a3c2
Fix virtual connections implementation issues
...
- Make virtual connection tables upstreams of embedded/published datasources
- Add column-level lineage between VC tables and datasource fields
- Standardize VC schema fields to use standard Tableau approach instead of v2 spec
- Add get_upstream_vc_tables method to handle VirtualConnectionTable types
- Update _create_upstream_table_lineage to include VC tables in table_id_to_urn mapping
- Remove create_vc_schema_field_v2 and replace with standard create_vc_schema_field
- Apply automatic linting fixes
This ensures consistency with the rest of the Tableau connector and enables
proper upstream relationships and column-level lineage for virtual connections.
2025-10-22 19:26:15 +01:00
Jonny Dixon
14e1c30e12
Merge master into implement-tableau-virtual-connections
...
- Successfully merged all latest changes from master
- Resolved conflict in tableau.py by keeping virtual connections imports
- All Tableau virtual connections functionality preserved
- Applied automatic linting fixes
- Branch now includes all latest upstream improvements
2025-10-22 18:54:57 +01:00
Sergio Gómez Villamor
605ce5e5ce
fix(mongodb): fixes missing deps for unit testing ( #15077 )
2025-10-22 17:44:12 +00:00
Chris Collins
e9fd5fe475
feat(gms) Add permission checks to download file REST endpoint ( #15059 )
2025-10-22 11:41:30 -05:00
kyungsoo-datahub
eecc2e922c
fix(ingest): Handle empty column names in SQL parsing column lineage ( #15013 )
...
Co-authored-by: Kyungsoo Lee <kyungsl@Kyungsoos-MacBook-Pro.local>
2025-10-22 16:09:32 +00:00
Chris Collins
396868391d
feat(gms) Add new dataHubFile entity and relevant graphql mappings ( #15028 )
2025-10-22 10:31:18 -05:00
v-tarasevich-blitz-brain
c3ae2133ea
feat(uploadFiles): handle errors ( #15024 )
2025-10-22 10:24:14 -05:00
purnimagarg1
efae5559fb
feat(file-upload): implement selecting and uploading file via button on the editor toolbar ( #15036 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-22 09:13:28 -05:00
v-tarasevich-blitz-brain
afdf18e370
feat(uploadFiles): disable feature flag when s3 isn't configured ( #14990 )
2025-10-22 09:05:58 -05:00
Tamas Nemeth
e9becdd11c
feat(ingest/snowfle,bigquery): Stateful time window ingestion for queries v2 with bucket alignment ( #15040 )
2025-10-22 11:16:50 +02:00
Ben Blazke
fd00f04b0f
SE-123: added product update resolver ( #14980 )
2025-10-21 15:18:01 -07:00
david-leifker
edcc8bca76
feat(elasticsearch-setup): system-update replacement for elasticsearch-setup ( #15058 )
2025-10-21 15:57:36 -05:00
david-leifker
2973da553f
feat(sql-setup): system-update replacement for mysql/postgres setup ( #15044 )
2025-10-21 15:07:52 -05:00
purnimagarg1
8f21a6c6ce
feat(homepage): add default platforms module on the homepage ( #14942 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-21 14:37:58 -05:00
Saketh Varma
d0bd2d50e4
feat(ui): Show all views in settings ( #14971 )
2025-10-21 20:24:33 +05:30
Sergio Gómez Villamor
7628ab3fa4
fix(redsfhit): fix closed cursor ( #15065 )
2025-10-21 14:26:10 +00:00
Chris Collins
de38fd048e
feat(ui) Add new file upload to S3 extension in the UI ( #15061 )
...
Co-authored-by: v-tarasevich-blitz-brain <v.tarasevich@blitz-brain.com>
2025-10-21 09:20:43 -05:00
Jonny Dixon
0b5616208f
docs(ingestion/bigquery): update docs to cover bigquery.tables.getData for use_tables_list_query_v2 parameter ( #14728 )
2025-10-21 15:42:41 +02:00
Hyejin Yoon
bca63189fe
ci(label): add username to pr-labeler ( #15064 )
2025-10-21 10:07:08 +00:00
Saketh Varma
c436e97e84
fix(ui): Removing unused props and trimming down the graphql objects ( #15043 )
2025-10-21 13:40:05 +05:30
Saketh Varma
27fca1c0bf
feat(ui/platform): Adds env variable to control default skipHighlighting search flag ( #15038 )
2025-10-21 13:17:54 +05:30
Sergio Gómez Villamor
0f63e6d367
chore(redshift): log time taken queries ( #15054 )
2025-10-21 07:31:38 +00:00
Tamas Nemeth
22c602dcaf
feat(ingest/postgres,mysql): Add iam auth support for MySql and Postgresql source ( #14899 )
2025-10-21 08:33:39 +02:00
Michael Maltese
b4b96ab8f9
feat(ui/ingest): unity-catalog => databricks ( #14636 )
2025-10-20 07:49:30 -07:00
skrydal
33089b4eaa
chore(docs): Clarifying listDomains query documentation ( #15050 )
2025-10-20 09:39:12 +02:00
Abe
604e5df446
chore(docker): upgrade OpenSearch from 2.17.0 to 2.19.3 ( #15047 )
...
Upgrade local quickstart OpenSearch version to align with production version (2.19).
Changes:
- docker/profiles/docker-compose.prerequisites.yml: Update default DATAHUB_SEARCH_TAG from 2.17.0 to 2.19.3
- docker/quickstart/docker-compose.quickstart-profile.yml: Update hardcoded image version from 2.17.0 to 2.19.3
This brings the local development environment in sync with the production OpenSearch version.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 06:48:11 -07:00
Esteban Gutierrez
ceafe2083b
fix(security): Update dependencies to address multiple CVEs (addendum) ( #15049 )
2025-10-18 21:07:42 -05:00
Esteban Gutierrez
d54dd9642d
fix(security): Update dependencies to address multiple CVEs ( #15045 )
2025-10-18 14:02:26 -05:00
Chris Collins
6fc68b6c6b
feat(gms) Add new REST endpoint for retrieving files from S3 ( #15048 )
2025-10-17 22:36:35 -04:00
v-tarasevich-blitz-brain
da4849895a
feat(uploadFiles): add endpoint to get presigned upload url ( #14943 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-17 17:47:21 -04:00
v-tarasevich-blitz-brain
4650fb6bba
fix(collectionModule): fix long entity name ( #15033 )
2025-10-17 12:53:06 -04:00
skrydal
46b5ce0d14
fix(ingestion/mongodb): Fix handling of arrays containing complex structures ( #15026 )
2025-10-17 18:49:05 +02:00
david-leifker
7b454c7559
fix(mce-consumer): database max connections ( #15042 )
2025-10-17 10:37:32 -05:00
purnimagarg1
2578fa2b0a
improvement(ui): consolidate all rich text editors to use editor in component library ( #15009 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-17 10:36:15 -04:00
v-tarasevich-blitz-brain
abad667d88
fix(cypress): fix summaryTab.js ( #15017 )
...
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
2025-10-17 10:34:08 -04:00
Aseem Bansal
65d613a99e
refactor(test): make python version ==3.11.x ( #15035 )
2025-10-17 16:46:46 +05:30
dependabot[bot]
74d620fcc3
chore(deps): bump github/codeql-action from 3 to 4 ( #14985 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 14:21:30 +05:30
dependabot[bot]
7b3cb7805e
chore(deps): bump actions/setup-java from 4 to 5 ( #14759 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 14:21:22 +05:30