Skip to content

Commit

Permalink
examples: Remove outdated note on 3rd-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin committed Jul 1, 2024
1 parent be318c3 commit 83b3093
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 31 deletions.
6 changes: 0 additions & 6 deletions examples/advanced-pre-aggregations-workshop/cube.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@
* Pre-aggregations are separated by tenant id
*/

/* ---------------------------------------- */
// NOTE: third-party dependencies and the use of require(...) are disabled for
// CubeCloud users by default. Please contact support if you need them
// enabled for your account. You are still allowed to require
// @cubejs-backend/*-driver packages.

// const { BigQuery } = require('@google-cloud/bigquery');
// const bigquery = new BigQuery();
// async function fetchRegionKeys() {
Expand Down
5 changes: 0 additions & 5 deletions examples/building-a-data-app-with-cube-workshop/cube.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// Cube.js configuration options: https://cube.dev/docs/config

// NOTE: third-party dependencies and the use of require(...) are disabled for
// CubeCloud users by default. Please contact support if you need them
// enabled for your account. You are still allowed to require
// @cubejs-backend/*-driver packages.

// /**
// * Demo 4
// * Multi-tenancy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// Cube.js configuration options: https://cube.dev/docs/config

// NOTE: third-party dependencies and the use of require(...) are disabled for
// CubeCloud users by default. Please contact support if you need them
// enabled for your account. You are still allowed to require
// @cubejs-backend/*-driver packages.

/**
* Demo 1
* Multi-tenancy with Data Sources
Expand Down
5 changes: 0 additions & 5 deletions examples/ksql/cube.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// Cube.js configuration options: https://cube.dev/docs/config

// NOTE: third-party dependencies and the use of require(...) are disabled for
// CubeCloud users by default. Please contact support if you need them
// enabled for your account. You are still allowed to require
// @cubejs-backend/*-driver packages.

module.exports = {
processSubscriptionsInterval: 1000,
orchestratorOptions: {
Expand Down
5 changes: 0 additions & 5 deletions examples/multitenancy-workshop/cube.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ module.exports = {
};

/* Part 3. Dynamic tenant-aware data schema */
/* ---------------------------------------- */
// NOTE: third-party dependencies and the use of require(...) are disabled for
// CubeCloud users by default. Please contact support if you need them
// enabled for your account. You are still allowed to require
// @cubejs-backend/*-driver packages.

const { Pool } = require('pg');

Expand Down
5 changes: 0 additions & 5 deletions examples/supabase/cube.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// Cube.js configuration options: https://cube.dev/docs/config

// NOTE: third-party dependencies and the use of require(...) are disabled for
// CubeCloud users by default. Please contact support if you need them
// enabled for your account. You are still allowed to require
// @cubejs-backend/*-driver packages.

module.exports = {
};

0 comments on commit 83b3093

Please sign in to comment.