张杰晒女装照神似伊能静 网友纷纷求出道

百度   法国巴黎检察官弗朗索瓦?莫兰23日晚在新闻发布会上说,这名男子在实施连环袭击过程中,曾高呼效忠极端组织“伊斯兰国”,并要求法国释放一名两年多前参与制造巴黎连环恐袭案的恐怖分子。

Note: Installing Looker Marketplace content directly on a Looker (Google Cloud core) instance on a private IP network is not currently supported. This article describes a method to manually download and install the Looker API Explorer application from the public repository. Other Looker Marketplace content can also be manually downloaded and installed, but the process may differ from the process shown in this article.

The Looker API Explorer is a Looker application that provides the following:

  1. Before you can install the API Explorer, a Looker admin must enable the Extension Framework feature.

  2. Go to the looker-open-source / extension-api-explorer GitHub repository.

  3. In the GitHub repository, click Code, and then click Download Zip to download the API Explorer files on to your local computer.

  4. Extract the files from the downloaded zip file.

  5. Sign in to your Looker (Google Cloud core) instance.

  6. Enter Development mode.

  7. Create a new blank project for your downloaded files.

  8. Drag each of the extracted files, except for the LICENSE.lkml file, from your local file system to the File Browser in your new LookML project. You must drag each file individually:

    drag-and-drop-to-ide.gif

    Note: The LICENSE.lkml file provides information about the use of the API Explorer. However, it is not valid LookML, so if you add it to your project, it will cause LookML validation errors.

  9. The application requires a valid connection name. In the manifest.lkml file there is a constant LookML parameter called CONNECTION_NAME that includes a value subparameter. Enter the name of a valid database connection in the value subparameter. For example:

    constant: CONNECTION_NAME {
    value: “sample_bigquery_connection”
    export: override_optional
    }

  10. The project_name LookML parameter is not supported in Looker (Google Cloud core). Remove the project_name parameter from the manifest.lkml file by either deleting the project_name line or by adding a hashtag character at the beginning of the project_name parameter to make it a comment. For example:

    project_name: “api-explorer”

  11. To save the edit to the manifest.lkml file, click Save Changes.

  12. If you have not already created a Git repository, create a bare git repository on your Looker server.

  13. Click Validate LookML.

  14. Click Commit Changes and Push.

  15. Enter a commit message and click Commit.

  16. Click Deploy to Production.
    The API Explorer should now appear as an option under the Applications menu in Looker (Google Cloud core).

5 Likes

Good stuff! Thanks so much for sharing!