Skip to content

Instantly share code, notes, and snippets.

View jimlester's full-sized avatar

Jim Lester jimlester

  • US Radiology Specialists
  • Tulsa, OK
View GitHub Profile
@kulmam92
kulmam92 / script_out_snowflake_database_objects.py
Created October 5, 2019 04:56
Generate DDL including permission of objects in a given Snowflake database into separate files
import os
import shutil
import subprocess
import time
from datetime import datetime
import snowflake.connector
import logging
# Information for Snowflake
SNOWSQL_ACCOUNT = "XXXXXXXXX.east-us-2.azure"
@danieljarolim
danieljarolim / SSIS SalesForce REST API Connector.cs
Last active May 4, 2024 05:04
SSIS script task to extract JSON data from SalesForce REST API and output to SSIS dataflow.
#region Help: Introduction to the Script Component
/* The Script Component allows you to perform virtually any operation that can be accomplished in
* a .Net application within the context of an Integration Services data flow.
*
* Expand the other regions which have "Help" prefixes for examples of specific ways to use
* Integration Services features within this script component. */
#endregion
#region Namespaces
// Add References: Microsoft.CSharp, System.Net.Http, System.Web.Extensions
//
// BPNavigationController.h
// StatusBarSize
//
// Created by Anders Borch on 10/16/11.
// Copyright (c) 2011 Bump. All rights reserved.
//
#import <UIKit/UIKit.h>