error-: report too large

ahana ahana 1 Reputation point
2022-08-15T07:17:33.033+00:00

hi

i am trying to load the data from quick base to data bricks it says report too large

below is the code-:

%python

df = quickbasePull('b5zj8k_pbz5_0_cd5h4wbbpzyytd77n4nvp95b4u','bq2ma8jm7',24, )

Then i tried another code to pull report from quick base

Below is the code-:

%python

import pyqb from pyspark.sql import * import pandas as pd qbc = pyqb.Client(url='https://tvcm.quickbase.com/',user_token='b5zj8k_pbz5_0_cd5h4wbbpzyytd77n4nvp95b4u',database='bq2ma8jm7') result = qbc.doquery(qid=24,database='bq2ma8jm7',fields=["1","2","3","4","5","6","7","8"]) samp = result['record'] df = pd.DataFrame(samp) df = spark.createDataFrame(df) df.createOrReplaceTempView('otl')

But it is giving me wrong result
231258-image.png

plz help to resolve...............?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,942 questions
{count} votes