id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
django_CharField/607740_124_0.txt | * [ View All Topics In this Discussion Space ](/gc/Integration-Services/bd-p/cloud-integration-services/page/6 "Integration Services")
* [ Previous Topic ](/gc/Integration-Services/Pyspark-job-execution-error-in-Dataproc-correlation-column-is/td-p/607662 "Pyspark job execution error in Dataproc- correlation column is... | |
django_CharField/607740_74_0.txt | The problem is that I need to get an integer (0), but it sends a double (0.0).
Api response error: | |
django_CharField/workingwithjson_301_0.txt | try (Spanner spanner =
SpannerOptions.newBuilder().setProjectId(projectId).build().getService()) {
DatabaseClient client =
spanner.getDatabaseClient(DatabaseId.of(projectId, instanceId, databaseId));
queryWithJsonParameter(client);
}
} | |
django_CharField/jsondata_245_0.txt | * [ Introduction to column-level access control ](/bigquery/docs/column-level-security-intro)
* [ Restrict access with column-level access control ](/bigquery/docs/column-level-security)
* [ Impact on writes ](/bigquery/docs/column-level-security-writes) | |
django_CharField/jsondata_345_0.txt | # The column json_data is represented as a string.
rows_to_insert = [
{"id": 1, "json_data": json.dumps(20)},
{"id": 2, "json_data": json.dumps("This is a string")},
{"id": 3, "json_data": json.dumps({"id": 10, "name": "Alice"})}
] | |
django_CharField/607740_151_0.txt |  | |
django_CharField/workingwithjson_14_0.txt | [ Contact Us ](https://cloud.google.com/contact) [ Start free
](//console.cloud.google.com/freetrial) | |
django_CharField/workingwithjson_248_0.txt | To authenticate to Spanner, set up Application Default Credentials. For more
information, see [ Set up authentication for a local development environment
](/docs/authentication/provide-credentials-adc#local-dev) . | |
django_CharField/jsondata_255_0.txt | * [ Restrict data access using analysis rules ](/bigquery/docs/analysis-rules)
* [ Use Sensitive Data Protection ](/bigquery/docs/scan-with-dlp) | |
django_CharField/workingwithjson_303_0.txt | ### Node.js | |
django_CharField/workingwithjson_332_0.txt | To authenticate to Spanner, set up Application Default Credentials. For more
information, see [ Set up authentication for a local development environment
](/docs/authentication/provide-credentials-adc#local-dev) . | |
django_CharField/jsondatahtml_15_0.txt | JSON data objects are only used in the service-specific APIs. These data
objects use the [ Primitive Types ](types.html#Primitive) and [ String Types
](types.html#Strings) discussed among the [ Foundation Types ](types.html) .
In addition, the code generator will use: Type | Description | `
[u]int(16|32|64) ` | Fo... | |
django_CharField/jsondatahtml_40_0.txt | #include "googleapis/client/data/jsoncpp_data.h"
using googleapis::client::JsonCppArray;
using googleapis::client::JsonCppData; | |
django_CharField/jsondata_46_0.txt | * [ Organize resources ](/bigquery/docs/resource-hierarchy)
* [ Understand editions ](/bigquery/docs/editions-intro)
* Datasets | |
django_CharField/jsondata_6_0.txt | * [ Access and resources management ](https://cloud.google.com/docs/access-resources)
* [ Cloud SDK, languages, frameworks, and tools ](https://cloud.google.com/docs/devtools)
* [ Costs and usage management ](https://cloud.google.com/docs/costs-usage)
* [ Infrastructure as code ](https://cloud.google.com/docs/iac)
... | |
django_CharField/jsondata_26_0.txt | * Explore BigQuery tools | |
django_CharField/607740_106_0.txt | Staff | |
django_CharField/workingwithjson_55_0.txt | * [ Import and export overview ](/spanner/docs/import-export-overview)
* [ Choose between backup and restore or import and export ](/spanner/docs/backup/choose-backup-import)
* [ Import, export, and modify data using Dataflow ](/spanner/docs/dataflow-connector)
* Import and export data in Avro format | |
django_CharField/workingwithjson_161_0.txt | static void addJsonColumn() throws InterruptedException, ExecutionException {
// TODO(developer): Replace these variables before running the sample.
String projectId = "my-project";
String instanceId = "my-instance";
String databaseId = "my-database"; | |
django_CharField/django_CharField_22_0.txt | ### ` BigAutoField ` ¶
_ class _ ` BigAutoField ` ( _ ** options _ ) ¶
A 64-bit integer, much like an ` AutoField ` except that it is guaranteed to
fit numbers from ` 1 ` to ` 9223372036854775807 ` .
| |
django_CharField/jsondata_272_0.txt | BigQuery natively supports JSON data using the [ ` JSON `
](/bigquery/docs/reference/standard-sql/data-types#json_type) data type. | |
django_CharField/workingwithjson_180_0.txt | $operation = $databaseAdminClient->updateDatabaseDdl($request); | |
django_CharField/jsondata_113_0.txt | * [ Introduction ](/bigquery/docs/batch-loading-data)
* [ Load Avro data ](/bigquery/docs/loading-data-cloud-storage-avro)
* [ Load Parquet data ](/bigquery/docs/loading-data-cloud-storage-parquet)
* [ Load ORC data ](/bigquery/docs/loading-data-cloud-storage-orc)
* [ Load CSV data ](/bigquery/docs/loading-data-cl... | |
django_CharField/workingwithjson_250_0.txt | /**
* Updates sample data in a table with a JSON column.
*
* Before executing this method, a new column Revenue has to be added to the Venues
* table by applying the DDL statement "ALTER TABLE Venues ADD COLUMN VenueDetails JSON".
*
* Example:
* ```
* update_data_with_json_column($instanceId, $databaseId);
* ```
*
* @p... | |
django_CharField/607740_158_0.txt | 
JSON_VALUE(json, '$.a') AS json_value
FROM (SELECT JSON '{"a": null}' AS json); | |
django_CharField/jsondata_81_0.txt | * Campaign Manager | |
django_CharField/jsondata_363_0.txt | +---------+
| name |
+---------+
| "Alice" |
| "Bob" |
+---------+ | |
django_CharField/607740_122_0.txt | [
](https://www.googlecloudcommunity.com/gc/forums/v5/forumtopicpage.kudosbuttonv2.kudoentity:kudoentity/kudosable-
gid/607049?t:ac=board-id/cloud-integration-services/message-
id/353&t:cp=kudos/contributions/tapletcontributionspage "Click here to give
likes to this post.") | |
django_CharField/workingwithjson_17_0.txt | * Discover | |
django_CharField/jsondata_320_0.txt | 1,20
2,"""This is a string"""
3,"{""id"": 10, ""name"": ""Alice""}" | |
django_CharField/jsondata_419_0.txt | Last updated 2024-04-29 UTC. | |
django_CharField/workingwithjson_110_0.txt | * Troubleshoot | |
django_CharField/jsondata_276_0.txt | By using the ` JSON ` data type, you can load semi-structured JSON into
BigQuery without providing a schema for the JSON data upfront. This lets you
store and query data that doesn't always adhere to fixed schemas and data
types. By ingesting JSON data as a ` JSON ` data type, BigQuery can encode and
process each JSON ... | |
django_CharField/607740_78_0.txt | Is it possible to explicitly specify integer type in json scheme, because when
I change type to integer - I get an error: | |
django_CharField/workingwithjson_346_0.txt | Except as otherwise noted, the content of this page is licensed under the [
Creative Commons Attribution 4.0 License
](https://creativecommons.org/licenses/by/4.0/) , and code samples are
licensed under the [ Apache 2.0 License
](https://www.apache.org/licenses/LICENSE-2.0) . For details, see the [ Google
Developers Si... | |
django_CharField/jsondatahtml_27_0.txt | // This is just showing that changing the attribute obtained from a container
// takes effect on the container itself.
assert(indexable_test == file->indexableText().get_text());
} | |
django_CharField/django_CharField_44_0.txt | ### ` SlugField ` ¶
_ class _ ` SlugField ` ( _ max_length = 50 _ , _ ** options _ ) ¶
[ Slug ](../../../glossary/#term-slug) is a newspaper term. A slug is a short
label for something, containing only letters, numbers, underscores or hyphens.
They’re generally used in URLs.
Like a CharField, you ca... | |
django_CharField/607740_199_0.txt | | 2 | |
django_CharField/jsondata_317_0.txt | * Use a batch load job to load into ` JSON ` columns from the following formats.
* [ CSV ](/bigquery/docs/loading-data-cloud-storage-csv)
* [ Avro ](/bigquery/docs/loading-data-cloud-storage-avro#extract_json_data_from_avro_data)
* [ JSON ](/bigquery/docs/loading-data-cloud-storage-json#loading_semi-structured_json_dat... | |
django_CharField/607740_49_0.txt | Application Integration - json scheme 'number' parameter issue | |
django_CharField/jsondata_210_0.txt | * [ Introduction ](/bigquery/docs/table-clones-intro)
* [ Create table clones ](/bigquery/docs/table-clones-create) | |
django_CharField/workingwithjson_304_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_12_0.txt | * [ BigQuery ](https://cloud.google.com/bigquery) | |
django_CharField/jsondatahtml_17_0.txt | A capsule is a ` JsonCppData ` object that encapsulates its own storage so the
it can be constructed with the default constructor. A capsule for type ` T `
can be used as a ` T ` , whether T is ` JsonCppData ` or any specialized
derivation of it (i.e. array,s maps, and even service-specific data objects). | |
django_CharField/workingwithjson_210_0.txt | using Google.Cloud.Spanner.Data;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks; | |
django_CharField/workingwithjson_4_0.txt | [ Cross-product tools ](https://cloud.google.com/docs/cross-product-overviews) | |
django_CharField/workingwithjson_349_0.txt | * ### Why Google | |
django_CharField/jsondata_32_0.txt | * Migration guides | |
django_CharField/607740_179_0.txt | // Perform the modifications
local modifiedPayload = {
"Source": "string",
"Data": {
"Request": {
"Top": 123,
"Skip": 456
}
}
} | |
django_CharField/607740_121_0.txt | [ 1 Like ](/gc/kudos/messagepage/board-id/cloud-integration-
services/message-id/346/tab/all-users "Click here to see who gave likes to
this post.") | |
django_CharField/workingwithjson_159_0.txt | import com.google.cloud.spanner.Spanner;
import com.google.cloud.spanner.SpannerOptions;
import com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient;
import com.google.common.collect.ImmutableList;
import com.google.spanner.admin.database.v1.DatabaseName;
import java.util.concurrent.ExecutionException; | |
django_CharField/workingwithjson_284_0.txt | public async Task<List<Venue>> QueryDataWithJsonParameterAsync(string projectId, string instanceId, string databaseId)
{
string connectionString = $"Data Source=projects/{projectId}/instances/{instanceId}/databases/{databaseId}";
using var connection = new SpannerConnection(connectionString); | |
django_CharField/jsondata_157_0.txt | * [ Introduction ](/bigquery/docs/entity-resolution-intro)
* [ Use entity resolution ](/bigquery/docs/entity-resolution-setup) | |
django_CharField/607740_134_0.txt | https://www.googlecloudcommunity.com/html/@B5A22F3583793003F868672DC13DF92B/assets/logotwitter.png) Twitter | |
django_CharField/django_CharField_17_0.txt | ### ` unique_for_month ` ¶
` Field. ` ` unique_for_month ` ¶
Like ` unique_for_date ` , but requires the field to be unique with respect
to the month.
| |
django_CharField/607740_182_0.txt | [ Jump to Solution ](/gc/Integration-Services/Application-Integration-json-
scheme-number-parameter-issue/m-p/607049#M346) | |
django_CharField/607740_23_0.txt | * [ Learning & Certification Hub ](/gc/Learning-Certification-Hub/ct-p/cloud-learning-cert-forums) | |
django_CharField/jsondatahtml_69_0.txt | for (MyData elem = *data; !elem.IsNull(); elem = elem.next()) {
cout << elem.get_number();
}
} | |
django_CharField/jsondata_162_0.txt | * AI applications | |
django_CharField/jsondata_11_0.txt | Sign in | |
django_CharField/jsondata_153_0.txt | * [ Introduction ](/bigquery/docs/data-analysis-tools-intro)
* [ Use Connected Sheets ](/bigquery/docs/connected-sheets)
* [ Use Tableau ](/bigquery/docs/analyze-data-tableau)
* [ Use Looker ](/bigquery/docs/looker)
* [ Use Looker Studio ](/bigquery/docs/visualize-looker-studio)
* [ Tutorial: Looker Studio with BI... | |
django_CharField/jsondata_222_0.txt | * [ Introduction ](/bigquery/docs/jobs-overview)
* [ Manage jobs ](/bigquery/docs/managing-jobs)
* Orchestrate jobs | |
django_CharField/jsondata_17_0.txt | * Discover | |
django_CharField/jsondata_79_0.txt | * Azure Blob Storage | |
django_CharField/workingwithjson_320_0.txt | $exampleJson = [
'rating' => 9,
'open' => true,
]; | |
django_CharField/workingwithjson_253_0.txt | ### Python | |
django_CharField/jsondatahtml_4_0.txt | * [ Other Libraries ](../index.html) | |
django_CharField/jsondatahtml_74_0.txt | Json::Value* ptr = mutable_data.MutableStorage(); // ok | |
django_CharField/workingwithjson_190_0.txt | print("Waiting for operation to complete...")
operation.result(OPERATION_TIMEOUT_SECONDS) | |
django_CharField/607740_132_0.txt | ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.googlecloudcommunity.com/gc/Integration-
Services/Application-Integration-json-scheme-number-parameter-
issue/m-p/607740&title=Application Integration - json scheme 'number'
parameter issue) [ | |
django_CharField/607740_70_0.txt | {
"Source": "string",
"Data": {
"Request": {
"Top": 0,
"Skip": 0
}
}
} | |
django_CharField/jsondata_180_0.txt | * [ Search embeddings with vector search ](/bigquery/docs/vector-search)
* [ Perform semantic search and retrieval-augmented generation ](/bigquery/docs/vector-index-text-search-tutorial) | |
django_CharField/jsondata_303_0.txt |
The [ ` SAFE ` prefix ](/bigquery/docs/reference/standard-sql/functions-
reference#safe_prefix) used in this example ensures that any conversion errors
are returned as ` NULL ` values. | |
django_CharField/django_CharField_55_0.txt | #### Database Representation ¶
Behind the scenes, Django creates an intermediary join table to represent the
many-to-many relationship. By default, this table name is generated using the
name of the many-to-many field and the name of the table for the model that
contains it. Since some databases don’t support table ... | |
django_CharField/607740_99_0.txt | 
} | |
django_CharField/jsondata_252_0.txt | * [ Introduction to data masking ](/bigquery/docs/column-data-masking-intro)
* [ Mask column data ](/bigquery/docs/column-data-masking) | |
django_CharField/workingwithjson_175_0.txt | **Note:** The old client library interface code samples for Node.js are
archived in [ GitHub ](https://github.com/googleapis/nodejs-
spanner/tree/main/samples/archived) . | |
django_CharField/django_CharField_54_0.txt | ### ` ManyToManyField ` ¶
_ class _ ` ManyToManyField ` ( _ to _ , _ ** options _ ) ¶
A many-to-many relationship. Requires a positional argument: the class to
which the model is related, which works exactly the same as it does for `
ForeignKey ` , including recursive and lazy relationships.
Rela... | |
django_CharField/607740_38_0.txt | Auto-suggest helps you quickly narrow down your search results by suggesting
possible matches as you type. | |
django_CharField/607740_150_0.txt | A. I was able to use JSON.SetProperty without any default value. Here is a
sample data mapping: | |
django_CharField/607740_142_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/django_CharField_24_0.txt | ### ` BinaryField ` ¶
_ class _ ` BinaryField ` ( _ max_length = None _ , _ ** options _ ) ¶
A field to store raw binary data. It can be assigned [ ` bytes `
](https://docs.python.org/3/library/stdtypes.html#bytes "\(in Python v3.12\)")
, [ ` bytearray ` ](https://docs.python.org/3/library/stdtypes.... | |
django_CharField/jsondata_266_0.txt | * [ AI solutions, generative AI, and ML ](/docs/ai-ml)
* [ Application development ](/docs/application-development)
* [ Application hosting ](/docs/application-hosting)
* [ Compute ](/docs/compute-area)
* [ Data analytics and pipelines ](/docs/data)
* [ Databases ](/docs/databases)
* [ Distributed, hybrid, and mu... | |
django_CharField/workingwithjson_209_0.txt | To authenticate to Spanner, set up Application Default Credentials. For more
information, see [ Set up authentication for a local development environment
](/docs/authentication/provide-credentials-adc#local-dev) . | |
django_CharField/jsondata_366_0.txt | SELECT
cart[CONCAT('it','ems')][int_val + 1].product AS item
FROM mydataset.table1; | |
django_CharField/workingwithjson_265_0.txt | # project_id = "Your Google Cloud project ID"
# instance_id = "Your Spanner instance ID"
# database_id = "Your Spanner database ID" | |
django_CharField/workingwithjson_54_0.txt | * Import and export data | |
django_CharField/workingwithjson_252_0.txt | print('Updated data.' . PHP_EOL);
} | |
django_CharField/jsondata_284_0.txt | 1. In the Google Cloud console, go to the **BigQuery** page. | |
django_CharField/workingwithjson_224_0.txt | details_3 := spanner.NullJSON{Value: VenueDetails{
Name: spanner.NullString{Valid: false},
Open: map[string]bool{"monday": true, "tuesday": false},
Tags: []spanner.NullString{{StringVal: "large", Valid: true}, {StringVal: "airy", Valid: true}},
}, Valid: true} | |
django_CharField/jsondata_297_0.txt | ### Create a ` JSON ` value | |
django_CharField/django_CharField_16_0.txt | ### ` unique_for_date ` ¶
` Field. ` ` unique_for_date ` ¶
Set this to the name of a ` DateField ` or ` DateTimeField ` to require
that this field be unique for the value of the date field.
For example, if you have a field ` title ` that has `
unique_for_date="pub_date" ` , then Django wouldn’t allow... | |
django_CharField/jsondata_122_0.txt | * Analyze | |
django_CharField/jsondata_257_0.txt | * [ Encryption at rest ](/bigquery/docs/encryption-at-rest)
* [ Customer-managed encryption keys ](/bigquery/docs/customer-managed-encryption)
* [ Column-level encryption with Cloud KMS ](/bigquery/docs/column-key-encrypt)
* [ AEAD encryption ](/bigquery/docs/aead-encryption-concepts) | |
django_CharField/607740_96_0.txt |  | |
django_CharField/jsondata_164_0.txt | * ML applications |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.