Required. The parent resource where this table will be created. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Query parameters
Parameters
tableId
string
Required. The ID to use for the table, which will become the final component of the table's resource name.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["\u003cp\u003eThis webpage outlines the process for creating a new table using a POST request to the BigLake API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request requires specifying a \u003ccode\u003eparent\u003c/code\u003e path parameter indicating the location where the table will be created.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003etableId\u003c/code\u003e query parameter is mandatory to assign an identifier to the new table.\u003c/p\u003e\n"],["\u003cp\u003eBoth the request and response bodies utilize the \u003ccode\u003eTable\u003c/code\u003e resource instance, detailed in the linked documentation.\u003c/p\u003e\n"],["\u003cp\u003eCreating a table necessitates specific OAuth scopes or the \u003ccode\u003ebiglake.tables.create\u003c/code\u003e IAM permission on the designated parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.catalogs.databases.tables.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nCreates a new table.\n\n### HTTP request\n\n`POST https://biglake.googleapis.com/v1/{parent=projects/*/locations/*/catalogs/*/databases/*}/tables`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Table](/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases.tables#Table).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Table](/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases.tables#Table).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigquery`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `biglake.tables.create`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]