cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

error too large report

ahana
New Contributor III

hi i am trying to pull the data from quick base but it is giving me error-: too large report

below are the code i used

@%python

df = quickbasePull('b5zj8k_pbz5_0_cd5h4wbb77n4nvp95b4u','bq2nq8jm7',4)

2)

i tried below code but its not displaying in correct format

%python

import pyqb

from pyspark.sql import *

import pandas as pd

qbc = pyqb.Client(url='https://tvcm.quickbase.com/',user_token='b5zj8k_pbz5_0_cd5h4wbb77n4nvp95b4u',database='bq2nq8jm7')

result = qbc.doquery(qid=24,database='bq2nq8jm7',fields=["5","6","7","8"])

samp = result['record']

df = pd.DataFrame(samp)

df = spark.createDataFrame(df)

df.createOrReplaceTempView('otl')

i am getting wrong report

image 

plz help.....

i need report to display like below

image

1 REPLY 1

Aviral-Bhardwaj
Esteemed Contributor III

Hey @ahana ahanaโ€‹ ,

this code is not working

image

AviralBhardwaj

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group