Field Name | Description |
---|---|
Integration name | An identifier used in Datafold to identify this Data App configuration. |
Project Repository | Select the same repository as used in your Looker project. |
API Host URL | The Looker API Host URL. It has the following format: https://<instance_name>.cloud.looker.com:<port>. The port defaults are 19999 (legacy) and 443 (new), see the Looker Docs for hints. Examples: Legacy (https://datafold.cloud.looker.com:19999), New (https://datafold.cloud.looker.com:443) |
Client ID | Follow these steps to generate Client ID and Client Secret. These are always user specific. We recommend using a group email for continuity. See Looker User Minimum Access Policy for the required permissions. |
Client Secret | See Client ID. |
Data connection mapping | When the correct credentials are entered we will begin to populate data connections in Looker (on the left side) that will need to be mapped to data connections configured in Datafold (on the right side). See image below. |
access_data
download_without_limit
explore
login_special_email
manage_spaces
see_drill_overlay
see_lookml
see_lookml_dashboards
see_looks
see_pdts
see_sql
see_user_dashboards
send_to_integration
my_schema.my_table
, Datafold might have difficulty finding which database this table actually is in. There are multiple ways to guide Datafold to make a correct choice, as summarized in the table below.
# | Source, if defined | Example |
---|---|---|
1 | datafold_force_database User Attribute in Looker | looker_db |
2 | Fully Qualified Names in your Looker view files | my_db.my_schema.my_table |
3 | datafold_default_database User Attribute in Looker | another_looker_db |
4 | Database specified in Looker, at Database connection settings_(We can only read these if Datafold connects to Looker via an admin user, which is probably suboptimal.)_ | my_db |
5 | Database specified in Datafold, at Database Connection settings | my_db |
User Attribute | Impact |
---|---|
datafold_force_database | Database to use in all cases, even if a fully qualified path in LookML refers to another database. |
datafold_default_database | Database to use if Looker View does not explictly specify a database. |
datafold_default_schema | Schema to use if Looker view does not explicitly specify a schema (which equals a dataset for BigQuery). |
datafold_default_host | (BigQuery only) Default project name. |