Skip to content

Commit

Permalink
Document new parameters for VectorTableSourceOptions and VectorQueryS…
Browse files Browse the repository at this point in the history
…ourceOptions (#9335)
  • Loading branch information
jmgaya authored and felixpalmer committed Jan 15, 2025
1 parent c1b5977 commit e2b4f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api-reference/carto/data-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ type VectorTableSourceOptions = {
columns?: string[];
spatialDataColumn?: string;
tableName: string;
aggregationExp?: string;
};
```

Expand All @@ -74,6 +75,7 @@ type VectorQuerySourceOptions = {
spatialDataColumn?: string;
sqlQuery: string;
queryParameters: QueryParameters;
aggregationExp?: string;
};
```

Expand Down

0 comments on commit e2b4f06

Please sign in to comment.