Skip to content

Commit

Permalink
Culumn type change (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertverbeek4PS authored Dec 16, 2024
2 parents e3b35c9 + 549c0f3 commit 9a63ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/CopyBusinessCentral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
" col_type = \"int\"\n",
" if col_name == 'SystemModifiedAt-2000000003': #Audit fields must be in timestamp\n",
" col_type = \"timestamp\"\n",
" if col_name == 'SystemModifiedBy-2000000004': \n",
" if col_name == 'SystemCreatedAt-2000000001': \n",
" col_type = \"timestamp\"\n",
"\n",
" df_new = df_new.withColumn(col_name, df_new[col_name].cast(col_type))\n",
Expand Down

0 comments on commit 9a63ca9

Please sign in to comment.