Excerpt |
---|
This section provides overview information on how to configure the running environments accessible from your deployment of the . |
A running environment is the set of services that are used to execute a job.
- A job can include tasks to do the following:
- Ingest data
- Transform data
- Profile data
- Sample data
- Generate results
- A running environment can be hosted on the or across a cluster that is connected to the product.
Hosted on the
,
is an in-memory running environment designed for high performance on small- to medium-sized jobs.
Info |
---|
NOTE: lives in the . These jobs are not executed in a customer VPC. Data is streamed to the for transformation and is not stored within the VPC. |
Info |
---|
NOTE: You cannot cancel jobs that have been launched on . |
Configuration: may require enablement in your project or workspace:
is a fully managed, serverless data processing service that is hosted in the
. Managed by Google, this service is enabled by default when you enable
in any of your
projects.
Configuration:
- Access to the service is governed through permissions in the IAM roles for users. Access is enabled by default. For more information, see Required Dataprep User Permissions.
- Jobs are run on using service accounts. The default Compute Engine service account deployed to your project has sufficient permissions to run jobs. For more information, see Google Service Account Management.
D s ed |
---|
editions | gdpent,gdppro,gdppr,gdpst |
---|
|
BigQuery is a cloud-based data warehouse platform that is fully integrated into the Google Cloud Platform. BigQuery supports a standard SQL dialect for querying datasets and tables and enables the writing of results back from the product. For more information, see https://cloud.google.com/products/bigquery/.
For datasets and outputs that are hosted in BigQuery, you can configure the
to perform the transformation steps of your job in BigQuery. In this manner, no data needs to be transferred to and from the data warehouse, and performance should be significantly better.
Limitations:
Info |
---|
NOTE: BigQuery is not a running environment that you explicitly select or specify as part of a job. If all of the requirements are met, then the job is executed in BigQuery when you select . For more information on limitations, see Overview of Job Execution. |
Configuration:
- A project owner must enable the following features in the project:
- For individual flows, all general and BigQuery optimizations must be enabled. For more information, see Flow Optimization Settings Dialog.
D s also |
---|
inCQL | true |
---|
label | ((label = "running_environment") OR (label = "job_execution")) |
---|
|