elaamrani
elaamrani
Hello team, I would like to parametrize the category in markdown headers that are synced with Readme.com using Github Actions. I have tried the following: - ${CATEGORY_ID} - {{ process.env.CATEGORY_ID...
My OAuth provider has OAuth1. For `fetch_request_token` method, the provider requires an extra authorization header parameter `oauth_callback="oob"` like the following: ``` Authorization: OAuth realm="",oauth_callback="oob", oauth_signature="xxx", oauth_nonce="xxx", oauth_signature_method="HMAC-SHA1",oauth_consumer_key="xxx", oauth_timestamp="1273254425" ``` Do...
Hello, I would like to pass environment variables to the yaml file header. I tried the following: ``` --- name: ${{ process.env.ENV_VAR }} name: `${{ process.env.ENV_VAR }}` name: ${ENV_VAR} name:...
### Related Template(s) MongoDB to BigQuery Batch Job ### What happened? I have a Dataflow job using a default template to transfer data from MongoDB to BigQuery (Batch). The job...
### Related Template(s) MongoDB to BigQuery Batch Job ### What happened? I created a "MongoDB to BigQuery" using Google's default template with NONE (instead of FLATTEN) and added a UDF...