You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/11/15 14:52:42 UTC

[GitHub] [zeppelin] zjffdu commented on pull request #3068: [ZEPPELIN-3438] Passing Z variables to BigQuery

zjffdu commented on pull request #3068:
URL: https://github.com/apache/zeppelin/pull/3068#issuecomment-727581996


   @richiesgr Yes, I don't think interpolation is working for bigquery interpreter right now. The easy way is just to make BigQuery extends AbstarctInterpreter. so that user can enable interpolation via local properties, e.g.
   
   ```
   %bigquery(interpolate=true)
   
   ...
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org