Skip to content

Conversation

@zbigg
Copy link
Collaborator

@zbigg zbigg commented Dec 6, 2023

For #8304

Change List

  • Document properties new Carto Source constructors

@zbigg zbigg force-pushed the zbigg/carto-types-docs branch from bd1095b to 6e47784 Compare December 6, 2023 11:46
@zbigg zbigg marked this pull request as ready for review December 6, 2023 11:47
/**
* Defines the tile aggregation resolution.
*
* If not present,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove 'if not present'

* Values for named or positional paramteres in the query.
*
*
* The way query parameters are determined by data ware house.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* The way query parameters are determined by data ware house.
* The way query parameters are determined by data warehouse.


/**
* Values for named or positional paramteres in the query.
*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*

*
* The way query parameters are determined by data ware house.
*
* * BigQuery has named query parameters as `⁣⁣@name` and they can be specified as dictionary
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* * BigQuery has named query parameters as `⁣⁣@name` and they can be specified as dictionary
* * BigQuery has named query parameters, specified with a dictionary, and referenced by key (`@key`)

* sqlQuery: "SELECT * FROM carto-demo-data.demo_tables.retail_stores WHERE storetype = ⁣@type AND revenue > ⁣@minRevenue"
* queryParameters: { type: 'Supermarket', minRevenue: 1000000 }
* ```
* * Snowflake supports positional parametes, in form `:1`, `:2`, etc.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* * Snowflake supports positional parametes, in form `:1`, `:2`, etc.
* * Snowflake supports positional parameters, in the form `:1`, `:2`, etc.

* sqlQuery: "SELECT * FROM demo_db.public.import_retail_stores WHERE storetype = :2 AND revenue > :1
* queryParameters: [100000, "Supermarket"]
* ```
* * Postgres and Redhisft supports positional parametes, but in form `$1`, `$2`, etc.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* * Postgres and Redhisft supports positional parametes, but in form `$1`, `$2`, etc.
* * Postgres and Redhisft supports positional parameters, but in the form `$1`, `$2`, etc.

/**
* Columns to retrieve from the table.
*
* If not specidfied, default all columns are returned.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* If not specidfied, default all columns are returned.
* If not specified, all columns are returned.

@zbigg zbigg force-pushed the zbigg/carto-types-docs branch from eb5ba21 to 221f752 Compare December 11, 2023 13:23
@zbigg zbigg requested a review from felixpalmer December 11, 2023 13:24
@zbigg zbigg merged commit 3209668 into master Dec 11, 2023
@zbigg zbigg deleted the zbigg/carto-types-docs branch December 11, 2023 13:56
felixpalmer added a commit that referenced this pull request Jan 4, 2024
Basic picking working

useNormalizedColors

Forward undefined/null

log on null object

Co-authored-by: Ib Green <ib@foursquare.com>

Move uniformStore binding to _getModel

Type uniformStore

Tidy

Tidy

Bump luma

API update

chore(ci): Update CI dependencies (#8331)

* chore(ci): Update CI to Node.js v18
* chore(ci): Update checkout, setup-node, and setup-python actions

[website] Fix FirstPersonView broken video URL (#8330)

Bump luma

Improve types

Tidy

Remove unneeded state.uniformStore

carto/fetchMap: fix support for quantile color scale in numeric columns for static quadbin/h3 tilesets (#8347)

docs: fix source link for `fly-to-interpolator` (#8320)

carto: add typedocs to source types (#8343)

Remove use of deprecated BufferWithAccessor (#8345)

[v9] Fix GoogleMapsOverlay by not clearing canvas (#8351)

[website] GEOMATICO-371 | Taxo map biodiversity map showcase (#8169)

Update Scatterplot to GLSL 300 (#8369)

Update PathLayer to GLSL 300 (#8370)

Update ArcLayer, LineLayer, PolygonLayer to GLSL 300 (#8371)

Update BitmapLayer, IconLayer, PointCloudLayer, TripsLayer to GLSL 300 (#8372)

Update remaining shaders to GLSL 300 (#8373)

Co-authored-by: felixpalmer <felixpalmer@gmail.com>

Bump vite from 4.4.9 to 4.5.1 (#8341)

Bump luma

Fix build

Switch to ShaderInputs in ScatterployLayer

Picking working again (without highlight)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants