registration-reminder-modal
Learning & Certification
Certifications
Learning Paths
Databricks Product Tours
Get Started Guides
Discussions
Databricks Platform Discussions
Administration & Architecture
Data Engineering
Data Governance
Generative AI
Machine Learning
Warehousing & Analytics
Community Discussions
Certifications
Training offerings
Get Started Discussions
Databricks Free Trial Help
Resources
Get Started Resources
Events
Support FAQs
Technical Blog
Community Articles
Announcements
DatabricksTV
Product Platform Updates
Groups
Regional and Interest Groups
Americas (AMER)
Asia-Pacific & Japan (APJ)
Europe, Middle East, and Africa (EMEA)
Interest Groups
Private Groups
Princeton Life Sciences Databricks User Group
Skills@Scale
Community Cove
Databricks Community Innovators
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
Discussions
Databricks Platform Discussions
Administration & Architecture
Data Engineering
Data Governance
Generative AI
Machine Learning
Databricks Platform Discussions
Warehousing & Analytics
Community Discussions
Certifications
Training offerings
Get Started Discussions
Databricks Free Trial Help
Resources
Get Started Resources
Events
Support FAQs
Technical Blog
Community Articles
Announcements
DatabricksTV
Product Platform Updates
Groups
Regional and Interest Groups
Americas (AMER)
Asia-Pacific & Japan (APJ)
Europe, Middle East, and Africa (EMEA)
Interest Groups
Private Groups
Princeton Life Sciences Databricks User Group
Skills@Scale
Community Cove
Databricks Community Innovators
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
Report User
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