This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
forked from sicarul/redshiftTools
-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
78 lines (77 loc) · 2.1 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
export(compare_schema_d_to_db)
export(create_external_table)
export(create_external_table_code)
export(ctas)
export(ctas_code)
export(decompose_in_schema)
export(get_column_names)
export(identify_rs_types)
export(is_temp_table)
export(mini_cube)
export(query_details)
export(recent_errors)
export(rs_add_column)
export(rs_create_table)
export(rs_create_table_spec)
export(rs_replace_table)
export(rs_table_exists)
export(rs_unload)
export(rs_upsert_table)
export(sanitize_column_names_for_redshift)
export(schema_to_character)
export(spectrum_add_partition)
export(spectrum_drop_partition)
export(spectrum_list_partitions)
export(table_attributes)
export(temp_table_name)
export(transaction)
export(update_column_types)
export(view_definition)
importFrom("aws.s3","delete_object")
importFrom(DBI,dbClearResult)
importFrom(DBI,dbColumnInfo)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbSendQuery)
importFrom(assertthat,assert_that)
importFrom(aws.s3,put_object)
importFrom(data.table,fwrite)
importFrom(dbplyr,db_sql_render)
importFrom(dbplyr,in_schema)
importFrom(dplyr,arrange)
importFrom(dplyr,coalesce)
importFrom(dplyr,collect)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,tbl)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(jsonlite,stream_in)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(memoise,memoise)
importFrom(memoise,timeout)
importFrom(parallel,mclapply)
importFrom(purrr,map)
importFrom(reticulate,import)
importFrom(rlang,"%||%")
importFrom(rlang,set_attrs)
importFrom(stats,setNames)
importFrom(stringr,str_trim)
importFrom(utils,object.size)
importFrom(utils,write.csv)
importFrom(uuid,UUIDgenerate)
importFrom(whisker,whisker.render)
importFrom(zapieR,data_monolith_etl_s3)
importFrom(zapieR,data_monolith_staging_s3)
importFrom(zapieR,data_science_storage_s3)
importFrom(zapieR,unfactor)
importFrom(zapieR,whisker.render.recursive)