Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ebisbe's full-sized avatar
🎲
Focusing

Enric Bisbe Gil ebisbe

🎲
Focusing
  • Sant Fost
View GitHub Profile
@ebisbe
ebisbe / conversion.py
Created September 8, 2021 05:39
Aws glue files
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
import sys
from pyspark.context import SparkContext
from awsglue.transforms import ResolveChoice, DropNullFields
from awsglue.context import GlueContext
from awsglue.job import Job
from awsglue.utils import getResolvedOptions
import boto3