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: 

i tried to pull the report from QuickBase but it is giving error report too large

ahana
New Contributor III

hi

i tried to pull the report from below query

%python

df = quickbasePull('b5zj8k_pbz5_0_cd5h4wbbp77n4nvp56b4u','bqmnP8jm7',24)

but it is giving me error report too large

then i tried below

%python

import pyqb

from pyspark.sql import *

import pandas as pd

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

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

samp = result['record']

df = pd.DataFrame(samp)

df = spark.createDataFrame(df)

df.createOrReplaceTempView('otl')

iam getting below result instead of no of column

image.pngplz help to pull the large amount of data from quickbase

0 REPLIES 0

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