Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I'm updating a Power BI report monthly. There is a python script to create a table with connecting couple of tables from amazon redshift, join them, and select few columns from the joined table. I didn't face any problem before but this time I received this error:
DataSource.Error: ADO.NET: Python script error.
<pi>psycopg2.errors.InternalError_: Insufficient system resources to support data size: consider increasing compute size. (Disk Full)
DETAIL:
-----------------------------------------------
error: Insufficient system resources to support data size: consider increasing compute size. (Disk Full)
code: 1016
context: node: 5
query: 102855939
location: fdisk_api.cpp:716
process: query5_40_102855939 [pid=18262]
-----------------------------------------------
</pi>
Details:
DataSourceKind=Python
DataSourcePath=Python
Message=Python script error.
<pi>psycopg2.errors.InternalError_: Insufficient system resources to support data size: consider increasing compute size. (Disk Full)
DETAIL:
-----------------------------------------------
error: Insufficient system resources to support data size: consider increasing compute size. (Disk Full)
code: 1016
context: node: 5
query: 102855939
location: fdisk_api.cpp:716
process: query5_40_102855939 [pid=18262]
-----------------------------------------------
</pi>
ErrorCode=-2147467259
ExceptionType=Microsoft.PowerBI.Scripting.Python.Exceptions.PythonScriptRuntimeException
I cleared cache but it didn't help. Any suggestion?
Have you debugged why this is and what it is referring to from your Python queries?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.