id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
django_CharField/django_CharField_28_0.txt | ### ` DateTimeField ` ¶
_ class _ ` DateTimeField ` ( _ auto_now = False _ , _ auto_now_add =
False _ , _ ** options _ ) ¶
A date and time, represented in Python by a ` datetime.datetime ` instance.
Takes the same extra arguments as ` DateField ` .
The default form widget for this field is a sin... | |
django_CharField/jsondata_73_0.txt | * Load, Transform, Export | |
django_CharField/jsondata_248_0.txt | * Control access to table rows | |
django_CharField/jsondata_22_0.txt | * Try the Cloud console | |
django_CharField/jsondata_127_0.txt | * [ Introduction ](/bigquery/docs/saved-queries-introduction)
* [ Create saved queries ](/bigquery/docs/work-with-saved-queries) | |
django_CharField/workingwithjson_245_0.txt | // Close the database when finished.
database.close();
} | |
django_CharField/607740_95_0.txt | https://www.googlecloudcommunity.com/html/@7EEB446AFD303232B17DB09B0B668FB1/assets/sharelog.png) Share this topic | |
django_CharField/workingwithjson_193_0.txt | ### Ruby | |
django_CharField/607740_85_0.txt | Topic Labels | |
django_CharField/workingwithjson_160_0.txt | class AddJsonColumnSample { | |
django_CharField/workingwithjson_52_0.txt | * [ Migration overview ](/spanner/docs/migration-overview)
* [ Migrate primary keys ](/spanner/docs/migrating-primary-keys)
* [ Migrate from DynamoDB ](/spanner/docs/migrating-dynamodb-to-cloud-spanner)
* [ Migrate from MySQL ](/spanner/docs/migrating-mysql-to-spanner)
* [ Migrate from Oracle ](/spanner/docs/migra... | |
django_CharField/jsondata_314_0.txt | +--------------------------------+
| pt |
+--------------------------------+
| {"coordinates":[10,20],"id":1} |
+--------------------------------+ | |
django_CharField/607740_188_0.txt |  | |
django_CharField/jsondata_184_0.txt | * [ Create a regression model ](/bigquery/docs/linear-regression-tutorial)
* [ Create a classification model ](/bigquery/docs/logistic-regression-prediction)
* [ Notebook: Train a linear regression model with BigQuery DataFrames ML ](https://github.com/googleapis/python-bigquery-dataframes/blob/main/notebooks/regres... | |
django_CharField/607740_58_0.txt | ](http://twitter.com/share?text=Application Integration - json scheme 'number'
parameter issue&url=https://www.googlecloudcommunity.com/gc/Integration-
Services/Application-Integration-json-scheme-number-parameter-
issue/m-p/607740) | |
django_CharField/jsondata_290_0.txt | ### bq | |
django_CharField/jsondatahtml_38_0.txt |
### Arrays | |
django_CharField/workingwithjson_281_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/workingwithjson_157_0.txt | op, err := adminClient.UpdateDatabaseDdl(ctx, &adminpb.UpdateDatabaseDdlRequest{
Database: db,
Statements: []string{
"ALTER TABLE Venues ADD COLUMN VenueDetails JSON",
},
})
if err != nil {
return err
}
if err := op.Wait(ctx); err != nil {
return err
}
fmt.Fprintf(w, "Added VenueDetails column\n")
return nil
} | |
django_CharField/jsondata_310_0.txt |
### Convert a SQL type to ` JSON ` type | |
django_CharField/jsondata_82_0.txt | * [ Schedule transfers ](/bigquery/docs/doubleclick-campaign-transfer)
* [ Report transformation ](/bigquery/docs/doubleclick-campaign-transformation) | |
django_CharField/workingwithjson_337_0.txt | result.rows.each do |row|
puts "VenueId: #{row['VenueId']}, VenueDetails: #{row['VenueDetails']}"
end | |
django_CharField/workingwithjson_173_0.txt | await operation.promise(); | |
django_CharField/jsondata_325_0.txt | Last modified Schema Total Rows Total Bytes
----------------- -------------------- ------------ -------------
22 Dec 22:10:32 |- id: integer 3 63
|- json_data: json | |
django_CharField/jsondata_360_0.txt | +-------------------------------+
| first_item |
+-------------------------------+
| {"price":10,"product":"book"} |
| {"price":20,"product":"pen"} |
+-------------------------------+ | |
django_CharField/607740_12_0.txt | * [ Apigee ](/gc/Apigee/bd-p/cloud-apigee) | |
django_CharField/jsondata_36_0.txt | * [ Migration overview ](/bigquery/docs/migration/hive-overview)
* [ Migrate Apache Hive schema and data ](/bigquery/docs/migration/hive)
* [ SQL translation reference ](/bigquery/docs/migration/hive-sql) | |
django_CharField/django_CharField_45_0.txt | ### ` SmallAutoField ` ¶
_ class _ ` SmallAutoField ` ( _ ** options _ ) ¶
Like an ` AutoField ` , but only allows values under a certain (database-
dependent) limit. Values from ` 1 ` to ` 32767 ` are safe in all databases
supported by Django.
| |
django_CharField/jsondata_1_0.txt | [ Documentation ](https://cloud.google.com/docs) [ Technology areas
](https://cloud.google.com/docs/tech-area-overviews) | |
django_CharField/607740_119_0.txt | [ View solution in original post ](/gc/Integration-Services/Application-
Integration-json-scheme-number-parameter-issue/m-p/607049#M346) | |
django_CharField/607740_43_0.txt | * [ Google Cloud ](/gc/Google-Cloud/ct-p/google-cloud)
* * [ Cloud Forums ](/gc/Cloud-Forums/ct-p/cloud-forums)
* * [ Integration Services ](/gc/Integration-Services/bd-p/cloud-integration-services)
* * Re: Application Integration - json scheme 'number'... | |
django_CharField/607740_204_0.txt | [

so0710 
](/gc/user/viewprofilepage/user-id/461559) | |
django_CharField/jsondata_418_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/jsondata_40_0.txt | * [ Migration guide ](/bigquery/docs/migration/oracle-migration)
* [ SQL translation reference ](/bigquery/docs/migration/oracle-sql) | |
django_CharField/jsondata_306_0.txt | WITH Fruits AS (
SELECT 0 AS id, 'color' AS k, 'Red' AS v UNION ALL
SELECT 0, 'fruit', 'apple' UNION ALL
SELECT 1, 'fruit','banana' UNION ALL
SELECT 1, 'ripe', 'true'
) | |
django_CharField/jsondata_295_0.txt | You can create ` JSON ` values in the following ways: | |
django_CharField/607740_90_0.txt | [ Reply ]() | |
django_CharField/jsondata_19_0.txt | * [ Storage ](/bigquery/docs/storage_overview)
* [ Analytics ](/bigquery/docs/query-overview)
* [ Administration ](/bigquery/docs/admin-intro) | |
django_CharField/jsondata_131_0.txt | * [ Manage open source metadata ](/bigquery/docs/manage-open-source-metadata)
* Use external tables and datasets | |
django_CharField/607740_87_0.txt | [ Jump to Solution ](/gc/Integration-Services/Application-Integration-json-
scheme-number-parameter-issue/m-p/607049#M346) | |
django_CharField/workingwithjson_342_0.txt | CREATE INDEX VenueMisc ON Venues(Details); | |
django_CharField/607740_50_0.txt | Posted on 06-22-2023 08:41 AM | |
django_CharField/jsondata_281_0.txt | You can create an empty table with a ` JSON ` column by using SQL or by using
the bq command-line tool. | |
django_CharField/jsondata_347_0.txt | errors = client.insert_rows(table=table_obj, rows=rows_to_insert)
if errors == []:
print("New rows have been added.")
else:
print("Encountered errors while inserting rows: {}".format(errors)) | |
django_CharField/jsondata_428_0.txt | * English
* Deutsch
* Español – América Latina
* Français
* Indonesia
* Italiano
* Português – Brasil
* 中文 – 简体
* 日本語
* 한국어 | |
django_CharField/django_CharField_57_0.txt | ### ` OneToOneField ` ¶
_ class _ ` OneToOneField ` ( _ to _ , _ on_delete _ , _ parent_link =
False _ , _ ** options _ ) ¶
A one-to-one relationship. Conceptually, this is similar to a ` ForeignKey `
with ` unique=True ` , but the “reverse” side of the relation will directly
return a single obje... | |
django_CharField/workingwithjson_226_0.txt | if err != nil {
return err
}
fmt.Fprintf(w, "Updated data to VenueDetails column\n") | |
django_CharField/jsondata_413_0.txt | The following example shows the different behaviors: | |
django_CharField/workingwithjson_196_0.txt | db_admin_client = Google::Cloud::Spanner::Admin::Database.database_admin | |
django_CharField/jsondatahtml_68_0.txt | void SampleUsage() {
scoped_ptr<MyData> data(MyData::New());
data->set_number(1);
data->next_mutable().set_number(2);
data->next_mutable().next_mutable().set_number(3); | |
django_CharField/jsondata_330_0.txt | bq load --source_format=NEWLINE_DELIMITED_JSON mydataset.table1 file1.jsonl id:INTEGER,json_data:JSON | |
django_CharField/django_CharField_37_0.txt | ### ` GenericIPAddressField ` ¶
_ class _ ` GenericIPAddressField ` ( _ protocol = 'both' _ , _
unpack_ipv4 = False _ , _ ** options _ ) ¶
An IPv4 or IPv6 address, in string format (e.g. ` 192.0.2.30 ` or `
2a02:42fe::4 ` ). The default form widget for this field is a [ ` TextInput
` ](../../form... | |
django_CharField/jsondata_355_0.txt | Given a ` JSON ` type in BigQuery, you can access the fields in a JSON
expression by using the [ field access operator
](/bigquery/docs/reference/standard-sql/operators#field_access_operator) . The
following example returns the ` name ` field of the ` cart ` column. | |
django_CharField/workingwithjson_27_0.txt | * Create and manage | |
django_CharField/jsondata_288_0.txt |
3. Click play_circle **Run** . | |
django_CharField/workingwithjson_298_0.txt | import com.google.cloud.spanner.DatabaseClient;
import com.google.cloud.spanner.DatabaseId;
import com.google.cloud.spanner.ResultSet;
import com.google.cloud.spanner.Spanner;
import com.google.cloud.spanner.SpannerOptions;
import com.google.cloud.spanner.Statement;
import com.google.cloud.spanner.Value; | |
django_CharField/jsondata_256_0.txt | * Manage encryption | |
django_CharField/workingwithjson_244_0.txt | const data = [
{
VenueId: '19',
VenueDetails: {rating: 9, open: true},
LastUpdateTime: 'spanner.commit_timestamp()',
},
{
VenueId: '4',
// VenueDetails must be specified as a string, as it contains a top-level
// array of objects that should be inserted into a JSON column. If we were
// to specify this value as an arra... | |
django_CharField/jsondata_332_0.txt | Last modified Schema Total Rows Total Bytes
----------------- -------------------- ------------ -------------
22 Dec 22:10:32 |- id: integer 3 63
|- json_data: json | |
django_CharField/jsondata_417_0.txt | Send feedback | |
django_CharField/workingwithjson_96_0.txt | * [ Emulate Spanner locally ](/spanner/docs/emulator)
* [ Use Spanner with Cloud Functions ](/spanner/docs/use-cloud-functions)
* [ Use Terraform with Spanner ](/spanner/docs/use-terraform)
* [ Configure custom timeouts and retries ](/spanner/docs/custom-timeout-and-retry)
* [ Configure statement timeout ](/spanne... | |
django_CharField/workingwithjson_158_0.txt |
### Java | |
django_CharField/workingwithjson_256_0.txt | def update_data_with_json(instance_id, database_id):
"""Updates Venues tables in the database with the JSON
column. | |
django_CharField/jsondata_85_0.txt | * Display & Video 360 | |
django_CharField/jsondata_141_0.txt | * Analyze unstructured data | |
django_CharField/jsondatahtml_51_0.txt | void ExampleAssociativeArray() {
JsonCppCapsule<JsonCppAssociativeArray<int> > aa;
aa_put("one", 1);
aa_put("two", 2); | |
django_CharField/django_CharField_2_0.txt | ### ` blank ` ¶
` Field. ` ` blank ` ¶
If ` True ` , the field is allowed to be blank. Default is ` False ` .
Note that this is different than ` null ` . ` null ` is purely database-
related, whereas ` blank ` is validation-related. If a field has `
blank=True ` , form validation will allow entry ... | |
django_CharField/jsondata_292_0.txt | bq mk --table mydataset.table1 id:INT64,cart:JSON | |
django_CharField/jsondata_383_0.txt | +--------+
| color |
+--------+
| purple |
+--------+ | |
django_CharField/django_CharField_8_0.txt | ### ` db_index ` ¶
` Field. ` ` db_index ` ¶
If ` True ` , a database index will be created for this field.
Use the [ ` indexes ` ](../options/#django.db.models.Options.indexes
"django.db.models.Options.indexes") option instead.
Where possible, use the [ ` Meta.indexes `
](../options/#django.db.models.... | |
django_CharField/607740_67_0.txt | Post Options | |
django_CharField/jsondata_118_0.txt | * Transform data | |
django_CharField/workingwithjson_176_0.txt | ### PHP | |
django_CharField/workingwithjson_321_0.txt | $results = $database->execute(
'SELECT VenueId, VenueDetails FROM Venues ' .
'WHERE JSON_VALUE(VenueDetails, \'$.rating\') = JSON_VALUE(@venueDetails, \'$.rating\')',
[
'parameters' => [
'venueDetails' => json_encode($exampleJson)
],
'types' => [
'venueDetails' => Database::TYPE_JSON
]
]
); | |
django_CharField/607740_116_0.txt | A. I was able to use JSON.SetProperty without any default value. Here is a
sample data mapping: | |
django_CharField/workingwithjson_131_0.txt | The maximum permitted size of the normalized document is 2621440 of UTF-8
characters. | |
django_CharField/workingwithjson_202_0.txt | ### C++ | |
django_CharField/607740_196_0.txt | Top Solution Authors | |
django_CharField/607740_25_0.txt | * [ Cloud Certified Group ](/gc/Cloud-Certified-Group/gh-p/cloud-certified-group) | |
django_CharField/jsondata_391_0.txt | +----+
| id |
+----+
| 10 |
+----+ | |
django_CharField/workingwithjson_153_0.txt | import (
"context"
"fmt"
"io"
"regexp" | |
django_CharField/workingwithjson_123_0.txt | Stay organized with collections Save and categorize content based on your
preferences. | |
django_CharField/django_CharField_34_0.txt | ### ` FilePathField ` ¶
_ class _ ` FilePathField ` ( _ path = '' _ , _ match = None _ , _
recursive = False _ , _ allow_files = True _ , _ allow_folders = False
_ , _ max_length = 100 _ , _ ** options _ ) ¶
A ` CharField ` whose choices are limited to the filenames in a certain
direct... | |
django_CharField/jsondata_8_0.txt | close | |
django_CharField/jsondata_52_0.txt | * Segment with partitioned tables | |
django_CharField/jsondata_204_0.txt | * [ Annotate images ](/bigquery/docs/annotate-image)
* [ Analyze images with an imported classication model ](/bigquery/docs/inference-tutorial-resnet)
* [ Analyze images with an imported feature vector model ](/bigquery/docs/inference-tutorial-mobilenet) | |
django_CharField/607740_152_0.txt | If you are still not able to get JSON.SetProperty work, can you ping me your
data mapping and JSON variable schema ? | |
django_CharField/jsondata_373_0.txt |
The equality and comparison operators are not defined on the ` JSON ` data
type. Therefore, you can't use ` JSON ` values directly in clauses like `
GROUP BY ` or ` ORDER BY ` . Instead, use the ` JSON_VALUE ` function to
extract field values as SQL strings, as described in the next section. | |
django_CharField/workingwithjson_255_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/workingwithjson_271_0.txt | puts "Rows are updated." | |
django_CharField/jsondatahtml_78_0.txt | **Note.** It is recommended that you pretend the '_mutable' accessors return a
` JsonCppData& ` reference and the non-mutable ones return a ` const
JsonCppData& ` reference. This way you will not be creating unnecessary copies
if the generated APIs change in the future to use true references rather than
copies. **Warn... | |
django_CharField/jsondata_331_0.txt | bq show mydataset.table1 | |
django_CharField/workingwithjson_174_0.txt | console.log(
`Added VenueDetails column to Venues table in database ${databaseId}.`
); | |
django_CharField/workingwithjson_58_0.txt | * Backup and restore | |
django_CharField/607740_61_0.txt |  | |
django_CharField/workingwithjson_22_0.txt | * [ Set up with client libraries ](/spanner/docs/getting-started/set-up)
* [ C++ quickstart ](/spanner/docs/getting-started/cpp)
* [ C# quickstart ](/spanner/docs/getting-started/csharp)
* [ Go quickstart ](/spanner/docs/getting-started/go)
* [ Java quickstart ](/spanner/docs/getting-started/java)
* [ Node.js quic... | |
django_CharField/607740_64_0.txt | Post Options | |
django_CharField/jsondata_301_0.txt | The following example converts a JSON-formatted ` STRING ` value by using the
[ ` PARSE_JSON ` ](/bigquery/docs/reference/standard-
sql/json_functions#parse_json) function. The example converts a column from an
existing table to a ` JSON ` type and stores the results to a new table. | |
django_CharField/workingwithjson_115_0.txt | * [ Introspection tools overview ](/spanner/docs/introspection)
* [ Query statistics ](/spanner/docs/introspection/query-statistics)
* [ Oldest active queries statistics ](/spanner/docs/introspection/oldest-active-queries)
* [ Active partitioned DMLs statistics ](/spanner/docs/introspection/active-partitioned-dmls)... | |
django_CharField/607740_54_0.txt | https://www.googlecloudcommunity.com/html/@17707BECA4EAD3896FBAF17C64C2ABD8/assets/gcc-linkedin.svg) LinkedIn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.