id
stringlengths
16
145
text
stringlengths
1
179k
title
stringclasses
1 value
django_CharField/607740_80_0.txt
The second part of the question - Can I not set a default value for a variable? If I need to create a variable and then set values for it, I use the DataMapping task Json.SetProperty() method. But if the value hasn't been set to default (for example: "[]" for an array) - an error happens.
django_CharField/workingwithjson_5_0.txt
close
django_CharField/jsondata_31_0.txt
* [ Translate SQL queries interactively ](/bigquery/docs/interactive-sql-translator) * [ Translate SQL queries using the API ](/bigquery/docs/api-sql-translator) * [ Translate SQL queries in batch ](/bigquery/docs/batch-sql-translator) * [ Map SQL object names for batch translation ](/bigquery/docs/output-name-mapp...
django_CharField/jsondata_280_0.txt
## Create a table with a ` JSON ` column
django_CharField/workingwithjson_272_0.txt
## Query JSON data
django_CharField/jsondatahtml_57_0.txt
### The JsonCppData base class
django_CharField/workingwithjson_18_0.txt
* [ Product overview ](/spanner/docs) * [ PostgreSQL interface ](/spanner/docs/postgresql-interface) * [ Spanner as a gaming database ](/spanner/docs/best-practices-gaming-database) * Get started
django_CharField/jsondata_173_0.txt
* [ Manage BigQueryML models with Vertex AI ](/bigquery/docs/managing-models-vertex) * [ Register BigQueryML models to Vertex AI ](/bigquery/docs/create_vertex) * [ Update BigQueryML models in Vertex AI ](/bigquery/docs/update_vertex) * [ Remove BigQueryML models from Vertex AI ](/bigquery/docs/delete_vertex) * [ V...
django_CharField/workingwithjson_95_0.txt
* Develop and test
django_CharField/607740_166_0.txt
![copyURLs](
django_CharField/607740_117_0.txt
![Screenshot 2023-06-27 at 10.20.44 PM.png](https://www.googlecloudcommunity.com/gc/image/serverpage/image- id/82000i2550A72404A63A45/image-size/large?v=v2&px=999)
django_CharField/jsondata_168_0.txt
* [ Preprocessing overview ](/bigquery/docs/preprocess-overview) * [ Supported input feature types ](/bigquery/docs/input-feature-types) * [ Automatic preprocessing ](/bigquery/docs/auto-preprocessing) * [ Manual preprocessing ](/bigquery/docs/manual-preprocessing)
django_CharField/django_CharField_4_1.txt
ngs(datetime.date, models.Choices): APOLLO_11 = 1969, 7, 20, "Apollo 11 (Eagle)" APOLLO_12 = 1969, 11, 19, "Apollo 12 (Intrepid)" APOLLO_14 = 1971, 2, 5, "Apollo 14 (Antares)" APOLLO_15 = 1971, 7, 30, "Apollo 15 (Falcon)" APOLLO_16 = 1972, 4, 21, "Apollo 16 (Orion)" APOLL...
django_CharField/workingwithjson_211_0.txt
public class UpdateDataWithJsonAsyncSample { public class Venue { public int VenueId { get; set; } public string VenueDetails { get; set; } }
django_CharField/workingwithjson_233_0.txt
static void updateJsonData() { // TODO(developer): Replace these variables before running the sample. String projectId = "my-project"; String instanceId = "my-instance"; String databaseId = "my-database";
django_CharField/jsondata_78_0.txt
* [ Introduction ](/bigquery/docs/s3-transfer-intro) * [ Schedule transfers ](/bigquery/docs/s3-transfer) * [ Transfer runtime parameters ](/bigquery/docs/s3-transfer-parameters)
django_CharField/django_CharField_1_0.txt
### ` null ` ¶ ` Field. ` ` null ` ¶ If ` True ` , Django will store empty values as ` NULL ` in the database. Default is ` False ` . Avoid using ` null ` on string-based fields such as ` CharField ` and ` TextField ` . If a string-based field has ` null=True ` , that means it has two possible va...
django_CharField/607740_26_0.txt
* [ Cloud Learning Logs ](/gc/Cloud-Learning-Logs/bd-p/cloud-learning-logs)
django_CharField/jsondata_57_0.txt
* [ Introduction ](/bigquery/docs/external-data-sources) * Types of external tables
django_CharField/607740_35_0.txt
* [ Cloud Events ](/gc/Cloud-Events/eb-p/cloud-events)
django_CharField/workingwithjson_64_0.txt
* Spanner with Hibernate
django_CharField/jsondata_268_0.txt
* [ Google Cloud Home ](/) * [ Free Trial and Free Tier ](/free) * [ Architecture Center ](/architecture) * [ Blog ](https://cloud.google.com/blog) * [ Contact Sales ](/contact) * [ Google Cloud Developer Center ](/developers) * [ Google Developer Center ](https://developers.google.com/) * [ Google Cloud Marketp...
django_CharField/jsondata_91_0.txt
* Google Ads
django_CharField/jsondata_408_0.txt
The ` JSON ` type has a special ` null ` value that is different from the SQL ` NULL ` . A JSON ` null ` is not treated as a SQL ` NULL ` value, as the following example shows.
django_CharField/607740_169_0.txt
[ rohitjangid ](https://www.googlecloudcommunity.com/gc/user/viewprofilepage/user-id/370794)
django_CharField/jsondata_412_0.txt
* The ` JSON_QUERY ` function returns a JSON ` null ` , because it is a valid ` JSON ` value. * The ` JSON_VALUE ` function returns the SQL ` NULL ` , because JSON ` null ` is not a scalar value.
django_CharField/jsondata_379_0.txt
SELECT cart.items[0] AS first_item FROM mydataset.table1 WHERE JSON_VALUE(cart.name) = 'Alice';
django_CharField/workingwithjson_0_0.txt
[ ![Google Cloud](https://www.gstatic.com/devrel- devsite/prod/vc851b65627ca98cc752c9ae13e5f506cd6dbb7ed1bb4c8df6090c5f9130ed83c/cloud/images/cloud- logo.svg) ](/)
django_CharField/workingwithjson_31_0.txt
* [ Autoscaler tool overview ](/spanner/docs/autoscaler-tool-overview) * [ Set up per-project or centralized autoscaling ](/spanner/docs/set-up-autoscaling-per-project-or-centralized) * [ Set up distributed autoscaling ](/spanner/docs/set-up-autoscaling-distributed)
django_CharField/workingwithjson_273_0.txt
The following sample shows how to query ` JSON ` data using the Spanner client libraries.
django_CharField/jsondata_144_0.txt
* [ Introduction ](/bigquery/docs/sessions-intro) * [ Create sessions ](/bigquery/docs/sessions-create) * [ Write queries in sessions ](/bigquery/docs/sessions-write-queries) * [ Run queries in sessions ](/bigquery/docs/sessions-run-queries) * [ Terminate sessions ](/bigquery/docs/sessions-terminating) * [ View qu...
django_CharField/jsondata_96_0.txt
* Google Play
django_CharField/workingwithjson_9_0.txt
* [ Google Cloud Home ](https://cloud.google.com/) * [ Free Trial and Free Tier ](https://cloud.google.com/free) * [ Architecture Center ](https://cloud.google.com/architecture) * [ Blog ](https://cloud.google.com/blog) * [ Contact Sales ](https://cloud.google.com/contact) * [ Google Cloud Developer Center ](http...
django_CharField/jsondata_265_0.txt
* [ Use ODBC and JDBC drivers ](/bigquery/docs/reference/odbc-jdbc-drivers)
django_CharField/607740_71_0.txt
and also filling in the Default Value (because you can't do a SetProperty in DataMapping task without it):
django_CharField/workingwithjson_129_0.txt
Spanner JSON type stores a normalized representation of the input JSON document.
django_CharField/607740_57_0.txt
https://www.googlecloudcommunity.com/html/@B5A22F3583793003F868672DC13DF92B/assets/logotwitter.png) Twitter
django_CharField/jsondata_65_0.txt
* Routines
django_CharField/jsondata_192_0.txt
* [ Anomaly detection with a multivariate time series ](/bigquery/docs/time-series-anomaly-detection-tutorial)
django_CharField/jsondata_264_0.txt
* [ Introduction ](/bigquery/docs/bigquery-dataframes-introduction) * [ Use BigQuery DataFrames ](/bigquery/docs/use-bigquery-dataframes)
django_CharField/607740_111_0.txt
* Mark as New * Bookmark * Subscribe * Mute * * [ Subscribe to RSS Feed ](https://www.googlecloudcommunity.com/rss/message?board.id=cloud-integration-services&message.id=346) * * [ Permalink ](/gc/Integration-Services/Application-Integration-json-scheme-number-parameter-issue/m-p/607049/highlight/true#M346) * [ Pri...
django_CharField/607740_20_0.txt
* [ Serverless ](/gc/Serverless/bd-p/cloud_serverless)
django_CharField/jsondata_132_0.txt
* Amazon S3 data
django_CharField/jsondata_364_0.txt
For subscript operations, the expression inside the brackets can be any arbitrary string or integer expression, including non-constant expressions:
django_CharField/jsondata_124_0.txt
* [ Run a query ](/bigquery/docs/running-queries) * [ Analyze with a data canvas ](/bigquery/docs/data-canvas) * [ Write queries with Gemini ](/bigquery/docs/write-sql-gemini) * [ Write query results ](/bigquery/docs/writing-results) * [ Generate profile insights ](/bigquery/docs/data-profile-scan) * [ Generate da...
django_CharField/workingwithjson_192_0.txt
**Note:** The old client library interface code samples for Python are archived in [ GitHub ](https://github.com/googleapis/python- spanner/tree/main/samples/samples/archived) .
django_CharField/jsondatahtml_45_0.txt
// C++11 style iteration for (int i: primitive_array) { }
django_CharField/607740_175_0.txt
* Mark as New * Bookmark * Subscribe * Mute * * [ Subscribe to RSS Feed ](https://www.googlecloudcommunity.com/rss/message?board.id=cloud-integration-services&message.id=353) * * [ Permalink ](/gc/Integration-Services/Application-Integration-json-scheme-number-parameter-issue/m-p/607740/highlight/true#M353) * [ Pri...
django_CharField/jsondatahtml_21_0.txt
#include "googleapis/base/integral_types.h" #include "googleapis/client/util/date_time.h" #include "googleapis/client/data/jsoncpp_data.h" #include "google/drive_api/drive_api.h"
django_CharField/jsondata_114_0.txt
* Write and read data with the Storage API
django_CharField/workingwithjson_177_0.txt
use Google\Cloud\Spanner\Admin\Database\V1\Client\DatabaseAdminClient; use Google\Cloud\Spanner\Admin\Database\V1\UpdateDatabaseDdlRequest;
django_CharField/workingwithjson_249_0.txt
use Google\Cloud\Spanner\SpannerClient;
django_CharField/workingwithjson_229_0.txt
To learn how to install and use the client library for Spanner, see [ Spanner client libraries ](/spanner/docs/reference/libraries) .
django_CharField/jsondata_286_0.txt
2. In the query editor, enter the following statement:
django_CharField/workingwithjson_240_0.txt
/** * TODO(developer): Uncomment the following lines before running the sample. */ // const projectId = 'my-project-id'; // const instanceId = 'my-instance'; // const databaseId = 'my-database';
django_CharField/607740_42_0.txt
[ Log in to ask a question ](https://www.googlecloudcommunity.com/gc/user/userloginpage?dest_url=https%3A%2F%2Fwww.googlecloudcommunity.com%2Fgc%2FIntegration- Services%2FApplication-Integration-json-scheme-number-parameter- issue%2Fm-p%2F607740)
django_CharField/jsondata_176_0.txt
* [ Generate text using a public dataset ](/bigquery/docs/generate-text-tutorial) * [ Generate text using your data ](/bigquery/docs/generate-text) * [ Try tuning and evaluation to improve LLM performance ](/bigquery/docs/tune-evaluate) * [ Tune a model using your data ](/bigquery/docs/generate-text-tuning) * [ Ana...
django_CharField/workingwithjson_13_0.txt
[ Guides ](https://cloud.google.com/spanner/docs/create-query-database- console) [ Reference ](https://cloud.google.com/spanner/docs/apis) [ Samples ](https://cloud.google.com/spanner/docs/samples) [ Support ](https://cloud.google.com/spanner/docs/support) [ Resources ](https://cloud.google.com/spanner/docs/resources)
django_CharField/workingwithjson_45_0.txt
* Fine-grained access control
django_CharField/jsondatahtml_65_0.txt
int get_number() const { return Storage("number").asInt(); } void set_number(int n) { *MutableStorage("number") = n; }
django_CharField/jsondata_239_0.txt
* [ Introduction ](/bigquery/docs/data-governance) * Control access to resources
django_CharField/workingwithjson_335_0.txt
spanner = Google::Cloud::Spanner.new project: project_id client = spanner.client instance_id, database_id
django_CharField/jsondata_53_0.txt
* [ Introduction ](/bigquery/docs/partitioned-tables) * [ Create partitioned tables ](/bigquery/docs/creating-partitioned-tables) * [ Manage partitioned tables ](/bigquery/docs/managing-partitioned-tables) * [ Query partitioned tables ](/bigquery/docs/querying-partitioned-tables)
django_CharField/jsondata_86_0.txt
* [ Schedule transfers ](/bigquery/docs/display-video-transfer) * [ Report transformation ](/bigquery/docs/display-video-transformation)
django_CharField/jsondata_224_0.txt
* [ Manage default configurations ](/bigquery/docs/default-configuration) * [ Use query queues ](/bigquery/docs/query-queues)
django_CharField/jsondata_298_0.txt
The following example inserts ` JSON ` values into a table:
django_CharField/607740_114_0.txt
"$schema": "http://json-schema.org/draft-07/schema#"
django_CharField/workingwithjson_88_0.txt
* AI and machine learning
django_CharField/jsondata_274_0.txt
## Overview
django_CharField/workingwithjson_350_0.txt
* [ Choosing Google Cloud ](/why-google-cloud/) * [ Trust and security ](/trust-center/) * [ Open cloud ](/open-cloud/) * [ Multicloud ](/multicloud/) * [ Global infrastructure ](/infrastructure/) * [ Customers and case studies ](/customers/) * [ Analyst reports ](/analyst-reports/) * [ Whitepapers ](/whitepapers/) * [...
django_CharField/jsondata_116_0.txt
* [ Introduction ](/bigquery/docs/write-api) * [ Stream data with the Storage Write API ](/bigquery/docs/write-api-streaming) * [ Batch load data with the Storage Write API ](/bigquery/docs/write-api-batch) * [ Best practices ](/bigquery/docs/write-api-best-practices) * [ Stream updates with change data capture ](...
django_CharField/jsondata_135_0.txt
* [ Query Azure Blob Storage data ](/bigquery/docs/query-azure-data) * [ Export query results to Azure Blob Storage ](/bigquery/docs/omni-azure-export-results-to-azure-storage)
django_CharField/jsondatahtml_28_0.txt
void UseLocalData() { JsonCppDataCapsule<File> file; InitFileData(&file); ProcessData(file); }
django_CharField/workingwithjson_283_0.txt
public class QueryDataWithJsonParameterAsyncSample { public class Venue { public int VenueId { get; set; } public string VenueDetails { get; set; } }
django_CharField/workingwithjson_53_0.txt
* [ Migrate to a GoogleSQL-dialect database ](/spanner/docs/migrating-postgres-spanner) * [ Migrate to a PostgreSQL-dialect database ](/spanner/docs/migrating-postgres-spanner-pgcompat)
django_CharField/workingwithjson_354_0.txt
* [ Contact sales ](/contact/) * [ Find a Partner ](//cloud.google.com/find-a-partner) * [ Become a Partner ](/partners/become-a-partner/) * [ Events ](/events/) * [ Podcasts ](/podcasts/) * [ Developer Center ](/developers/) * [ Press Corner ](https://www.googlecloudpresscorner.com/) * [ Google Cloud on YouTube ](//ww...
django_CharField/workingwithjson_183_0.txt
**Note:** The old client library interface code samples for PHP are archived in [ GitHub ](https://github.com/GoogleCloudPlatform/php-docs- samples/tree/main/spanner/src/admin/archived) .
django_CharField/607740_113_0.txt
A. You can change the schema version to draft-07 then the integer validation should succeed and you will no longer get this error.
django_CharField/workingwithjson_280_0.txt
To learn how to install and use the client library for Spanner, see [ Spanner client libraries ](/spanner/docs/reference/libraries) .
django_CharField/workingwithjson_116_0.txt
* [ Troubleshoot performance regressions ](/spanner/docs/troubleshooting-performance-regressions) * [ Troubleshoot with request tags and transaction tags ](/spanner/docs/introspection/troubleshooting-with-tags) * [ Troubleshoot deadline exceeded errors ](/spanner/docs/deadline-exceeded) * [ Troubleshoot Vertex AI in...
django_CharField/jsondata_199_0.txt
* Document processing
django_CharField/607740_51_0.txt
![Share](
django_CharField/workingwithjson_40_0.txt
* [ Connect to a PostgreSQL-dialect database ](/spanner/docs/psql-connect) * Connect PostgreSQL clients to Spanner using PGAdapter
django_CharField/jsondata_425_0.txt
* [ Google Cloud documentation ](/docs/) * [ Google Cloud quickstarts ](/docs/get-started/) * [ Google Cloud Marketplace ](/marketplace/) * [ Learn about cloud computing ](/discover/) * [ Support ](/support-hub/) * [ Code samples ](/docs/samples) * [ Cloud Architecture Center ](/architecture/) * [ Training ](/learn/tra...
django_CharField/jsondata_223_0.txt
* [ Overview ](/bigquery/docs/orchestrate-workloads) * [ Jobs overview ](/bigquery/docs/jobs-overview) * [ Run jobs programmatically ](/bigquery/docs/running-jobs) * [ Manage jobs ](/bigquery/docs/managing-jobs)
django_CharField/jsondata_346_0.txt
# Throw errors if encountered. # https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.client.Client#google_cloud_bigquery_client_Client_insert_rows
django_CharField/jsondatahtml_53_0.txt
for (auto it = aa.begin(); it != aa.end(); ++it) { cout << it.key() << " = " << it.value(); } for (const auto& elem : aa) { cout << elem.key() << " = " << elem.value(); } }
django_CharField/workingwithjson_2_0.txt
close
django_CharField/jsondata_261_0.txt
* [ Introduction ](/bigquery/docs/authentication) * [ Get started ](/bigquery/docs/authentication/getting-started) * [ Authenticate as an end user ](/bigquery/docs/authentication/end-user-installed) * [ Authenticate with JSON Web Tokens ](/bigquery/docs/json-web-tokens)
django_CharField/workingwithjson_91_0.txt
* Invoke ML predictions using SQL
django_CharField/workingwithjson_310_0.txt
const fieldType = { type: 'json', };
django_CharField/jsondata_343_0.txt
# TODO(developer): Replace these variables before running the sample. project_id = 'MY_PROJECT_ID' table_id = 'MY_TABLE_ID'
django_CharField/workingwithjson_32_0.txt
* [ Control access and organize instances using tags ](/spanner/docs/tags)
django_CharField/jsondata_340_0.txt
### Use the legacy streaming API
django_CharField/jsondata_243_0.txt
* Control column and row access
django_CharField/workingwithjson_56_0.txt
* [ Import Spanner Avro files ](/spanner/docs/import) * [ Export data from Spanner to Avro ](/spanner/docs/export) * [ Import data from non-Spanner databases ](/spanner/docs/import-non-spanner)
django_CharField/jsondata_405_0.txt
+----+-----------------+ | id | products | +----+-----------------+ | 1 | ["book","food"] | | 2 | ["pen"] | +----+-----------------+
django_CharField/workingwithjson_87_0.txt
* [ Work with STRUCT objects ](/spanner/docs/structs) * [ Work with NUMERIC data ](/spanner/docs/working-with-numerics) * [ Work with JSON data ](/spanner/docs/working-with-json) * [ Work with JSONB data ](/spanner/docs/working-with-jsonb)
django_CharField/workingwithjson_122_0.txt
# Work with JSON data
django_CharField/607740_185_0.txt
[ Reply ]()