Utkarsh agrawal

Results 2 issues of Utkarsh agrawal

Hi community, how do we run parameterized bigquery in pyspark using `spark.read.format('bigquery')`? Reference: https://cloud.google.com/bigquery/docs/parameterized-queries PS: We don't want to use pandas-gbq due to it's slow performance.

enhancement

Description =========== Hi, I am trying to create a kafkatopic with this config using AdminAPI createTopics function. ``` { "name": "user:created", "numberOfPartitions": 3, "replicationFactor" : 2 } ``` The topic...

wait info