Skip to content

Instantly share code, notes, and snippets.

@Lahannin
Last active March 7, 2022 11:59
Show Gist options
  • Save Lahannin/cf73a073425874de62f4c260313e3c02 to your computer and use it in GitHub Desktop.
Save Lahannin/cf73a073425874de62f4c260313e3c02 to your computer and use it in GitHub Desktop.
CREATE SERVER multicorn_gooddata FOREIGN DATA WRAPPER multicorn
OPTIONS (
wrapper 'gooddata_fdw.GoodDataForeignDataWrapper',
host 'http://gooddata-cn-ce:3000', -- host equal to name of container with GoodData.CN.CE
token 'YWRtaW46Ym9vdHN0cmFwOmFkbWluMTIz', -- default gooddata-cn-ce token, documented in public DOC as well
headers_host 'localhost'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment