-
Notifications
You must be signed in to change notification settings - Fork 0
Alex/sync #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…'s SELECT (#8466) * chore(schema-compiler): Move backAliasMembers*() from PreAggreggations to BaseQuery * chore(schema-compiler): remove Ramda from BaseGroupFilter * chore(schema-compiler): improve getSqlGenerator() by removing duplicate calls to getDbType() * chore(schema-compiler): improvement in extractFilterMembers * chore(schema-compiler): Improvement in evaluateSymbolSql() * fix(schema-compiler): For views, propagate FILTER_PARAMS to inner cube SELECT * chore(schema-compiler): add tests for FILTER_PARAMS propagation * chore(schema-compiler): fix yaml-compiler tests * fix(schema-compiler): fix backalias resolution in FILTER_PARAMS to exclude segments
…exps to statics (#8675) * Replace lazy_static with LazyLock in many places * Replace lazy_static with Once for testing logger init * Remove unused testing logging static in config * Move more static regexps to LazyLocks
* Bump datafusion * Add tests for join with coercion execution
…ptions (#8618) * Add description to CubeMetaTable and CubeMetaColumn * Fill pg_description table with cube descriptions
Explain how dev environments are allocated one per user and how they are accessed. I mentioned this twice. If you think it's overkill, we can remove one :)
Add description from dbt manifest
… of results were incorrectly applying sorting from the original query and also were getting default ordering applied when the query ordering was stripped out (#8060) Thanks @rdwoodring! * fix(api-gateway) fix(schema-compiler): fixes an issue where queries to get the total count of results were incorrectly applying sorting from the original query and also were getting default ordering applied when the query ordering was stripped out * fix(api-gateway): add missing semicolon --------- Co-authored-by: Ryan Woodring <rwoodring@systemsalliance.com>
* updated jsonwebtoken in all packages * fix linting error, address other CVE * address tsc failure * reverted the jsdom change in playground * fixed yarn lock file * added the jsdom update back in
…tensionService DIServices (#8625)
* update * update
Added support for pre-aggregations for ksqldb using select statement and direct load from kafka
* feat(cubestore): implement date_bin() * add tests for date_bin udf in cubestore * remove obsolete stuff * remove debug logs + rename * remove debug logs
… (#8693) * Extract user change tests to separate module * Add LoadRequestMeta to generated query from TestConnectionTransport * Turn panics into errors in TestConnectionTransport::load
…ping (#8678) * feat(cubejs-client/playground): new query builder * fix react ts errors * fix(cubejs-client/playground): typings * fix(cubejs-client/playground): e2e tests * fix(cubejs-client/playground): e2e tests * 2 * fix(cubejs-client/playground): e2e tests * 3 * fix(cubejs-client/playground): e2e tests * 4 * fix(cubejs-client/playground): e2e tests * 5 * fix(cubejs-client/playground): e2e tests * 6 * fix(cubejs-client/playground): e2e tests * 7 * fix(cubejs-client/playground): e2e tests * 8 * fix(cubejs-client/playground): e2e tests * 9 * fix(cubejs-client/playground): e2e tests * 10 * fix(cubejs-client/playground): e2e tests * 11 * fix(cubejs-client/playground): e2e tests * 12 * fix(cubejs-client/playground): e2e tests * 13 * fix(cubejs-client/playground): e2e tests * 14 * fix(cubejs-client/playground): e2e tests * 15 * fix(cubejs-client/playground): graphql raw response * fix(cubejs-client/playground): graphql raw response * 2 * feat(cubejs-playground): add chart prototyping * feat(cubejs-playground): add chart prototyping * 2 * feat(cubejs-playground): update query builder * fix(cubejs-playground): update build command * fix(cubejs-playground): update build command and vizard version * fix(cubejs-playground): update build command * fix(cubejs-playground): update build command --------- Co-authored-by: Alex Vasilev <vaspiring@gmail.com>
BREAKING CHANGE: Node.js is EOL, it was deprecated in v0.35.0
BREAKING CHANGE: Starting from v0.32, Cube Store is used as default cache and queue engine. Article: https://cube.dev/blog/replacing-redis-with-cube-store
BREAKING CHANGE: Removing this method since Cube is designed and supposed to be run as a cluster, rather than a serverless application, in a production setting. Use the Orchestration API instead
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hout the need for allow_non_strict_date_range_match option (#8712) * feat(schema-compiler): exact match preagg with custom granularity without the need for allow_non_strict_date_range_match option * Fix failing tests after tuning sortTimeDimensionsWithRollupGranularity
…'s SQL query (#8721) * fix(schema-compiler): fix FILTER_PARAMS propagation from view to cube's SQL query * Add tests for fix * Remove console.log * small code polish
…tests (#8735) This happens from time to time due to various reasons like docker hub image pull timeouts and other errors. This helps in such a cases.
…onService Result return values * uses build_writer_props interface returning a Result * makes TableExtensionService::get_extension return a Result * updates Cargo.lock for arrow-datafusion changes
…#8736) * chore(ci): run cloud db drivers tests only when credentials are set * remove config-inline in publish/docker-push as actionlint is complaining and this option is already not supported for some time
…r (#8734) — thank you, @josedev-union!
Signed-off-by: jingchanglu <jingchanglu@outlook.com>
The export buckets section linked to an outdated list of data sources that support export buckets. Instead of adding to the list all of the missing data sources, I have changed this to a generic link so that we do not need to constantly keep it up to date.
…PI and query annotation (#8740) * extend response for /meta with custom granularity details * update OpenAPI spec with custom granularities details * update annotation for query with custom granularity (if it was used) with granularity details * add tests for /meta response * add tests for custom granularity in query annotation * Update types and structure in prepareAnnotation * adopt tests with changes
* feat(client-core): support custom intervals time series generation * add tests for custom intervals time series
…here `count` is not defined (#8667)
* add azure export bucket options to Snowflake driver * add env var for Azure SAS Token * add STORAGE_INTEGRATION variant to export bucket flows * Simplify isUnloadSupported() * add extractFilesFromGCS() to BaseDriver Class * implement extractFilesFromAzure() in SnowFlake Driver * some refactoring in extractFilesFromAzure() * debug and fix extractFilesFromAzure() * remove error if no csv files were exported (that's ok) * move extractFilesFromAzure to BaseDriver from Snowflake * switch Athena Driver to use extractUnloadedFilesFromS3() from BaseDvier impl * switch RedShift Driver to use extractUnloadedFilesFromS3() from BaseDvier impl * switch Databricks Driver to use extractUnloadedFilesFromS3() and extractFilesFromAzure() from BaseDvier impl * Remove unused/cleanup from databricks driver * update extractFilesFromGCS() in BaseDriver to receive credentials instead of Storage instance * remove dep on @google-cloud/storage in Databricks for export bucket flow * fix Databricks driver export bucket flows after refactoring * set up CI to test clickhouse with s3 export bucket * Rename databricks export bucket test to reflect the s3 type * fix clickhouse-export-bucket-s3-full script in package.json * set up CI to test Snowflake with s3 export bucket * rename databricks tests snapshot after renaming test job * improve extractUnloadedFilesFromS3 flow to support different bucket naming schemes * add snowflake test snapshots for export bucket test * add clickhouse test snapshots for export bucket test * update databricks with bucket tests snapshots * rename athena test to reflect that it uses export bucket * reformat CLOUD_DATABASES in drivers tests CI job + add clickhouse-export-bucket-s3 * add snowflake export bucket to azure driver test * add databricks export bucket to azure driver test * add snowflake export bucket to azure via storage integration driver test * add snowflake export bucket to gcs via storage integration driver test * improve/refactor exported files filtering in extractFilesFromAzure() * set env secrets for drivers tests * Fix createExportBucket in Snowflake (making sasToken optional) * Fix CUBEJS_DB_EXPORT_BUCKET env var for tests * Remove includeIncrementalSchemaSuite from every test suite besides one + add comment * Fix CUBEJS_DB_EXPORT_BUCKET env var for tests in databricks * fix databricks export to azure flow + align test config * Fix blob object filtering during unloading in azure * sync @google-cloud/storage package used across packages * yarn lock sync * remove not needed includeIncrementalSchemaSuite in some tests * rename bigquery → bigquery-export-bucket-gcs to align with the rest tests * Add comments for exporting urls from S3 in BigQueryDriver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sync with upstream