registration-reminder-modal
Learning & Certification
Certifications
Learning Paths
Databricks Product Tours
Get Started Guides
Product Platform Updates
What's New in Databricks
Discussions
Databricks Platform Discussions
Administration & Architecture
Data Engineering
Data Governance
Generative AI
Machine Learning
Warehousing & Analytics
Databricks Free Trial Help
Community Discussions
Certifications
Training offerings
Community Platform Discussions
Get Started Discussions
Summit 2024
Resources
Get Started Resources
Events
Support FAQs
Technical Blog
Knowledge Sharing Hub
Announcements
DatabricksTV
Groups
Regional and Interest Groups
Americas (AMER)
Asia-Pacific & Japan (APJ)
Europe, Middle East, and Africa (EMEA)
Interest Groups
Private Groups
Skills@Scale
Community Cove
Databricks Community Champions
Khoros Community Forums Support (Not for Databricks Product Questions)
Databricks Community Code of Conduct
Register to join the community
Databricks Community
Learning & Certification
Certifications
Learning Paths
Databricks Product Tours
Get Started Guides
Product Platform Updates
What's New in Databricks
Discussions
Databricks Platform Discussions
Administration & Architecture
Data Engineering
Data Governance
Generative AI
Machine Learning
Databricks Platform Discussions
Warehousing & Analytics
Databricks Free Trial Help
Community Discussions
Certifications
Training offerings
Community Platform Discussions
Get Started Discussions
Summit 2024
Resources
Get Started Resources
Events
Support FAQs
Technical Blog
Knowledge Sharing Hub
Announcements
DatabricksTV
Groups
Regional and Interest Groups
Americas (AMER)
Asia-Pacific & Japan (APJ)
Europe, Middle East, and Africa (EMEA)
Interest Groups
Private Groups
Skills@Scale
Community Cove
Databricks Community Champions
Khoros Community Forums Support (Not for Databricks Product Questions)
Databricks Community Code of Conduct
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
Search instead forÂ
Did you mean:Â
Help
Login/
Register
Abhradwip
New Contributor II
since
‎03-09-2023
‎06-26-2023
0%
Please visit your
Settings Page
to complete your profile.
User Stats
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
Databricks Community
About Abhradwip
Options
User Activity
Posts
Replies
How to create Delta Live table from Json files using Custom schema? I am getting the below error for the attached code # Error org.apache.spark.sql.AnalysisException: Table has a user-specified schema that is incompatible with the schema
03-09-2023
#### Code# CodeImport DataTypefrom pyspark.sql.types import StructType, StructField, TimestampType, IntegerType, StringType, FloatType, BooleanType, LongType# Define Custom Schemacall_schema = StructType( [ StructField("RecordType", StringType(),...
Re: How to create Delta Live table from Json files using Custom schema? I am getting the below error for the attached code # Error org.apache.spark.sql.AnalysisException: Table has a user-specified schema that is incompatible with the schema
03-24-2023
Thanks Suteja, but the issue has been resolved. We can actually use custom schema in delta live.
Re: I am trying to use Databricks Autoloader with File Notification Mode
03-17-2023
Please let us know how the issue got resolved