Skip to content

Commit 3ceaddb

Browse files
danabensDan Choi
authored and
Dan Choi
committedNov 19, 2020
feature: add SageMaker lineage, workflow and pipelines support (#448) (#461) (#479) (#485) (#504) (#508) (#513)
1 parent 5905c00 commit 3ceaddb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+9757
-40
lines changed
 

‎.dictionary

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
args
2+
arn
3+
autoscaling
4+
aws
5+
bool
6+
boolean
7+
boto
8+
botocore
9+
clienterror
10+
cloudwatch
11+
cron
12+
config
13+
dataset
14+
datasets
15+
datetime
16+
desc
17+
docstring
18+
entrypoint
19+
env
20+
iam
21+
hyperparameter
22+
hyperparameters
23+
jupyter
24+
kms
25+
kwargs
26+
neo
27+
noqa
28+
rc
29+
runtime
30+
sagemaker
31+
stdout
32+
str
33+
subdirectories
34+
subnet
35+
subnets
36+
unexpectedstatusexception
37+
uri
38+
vpc

‎.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ spelling-dict=
292292
spelling-ignore-words=
293293

294294
# A path to a file that contains private dictionary; one word per line.
295-
spelling-private-dict-file=
295+
spelling-private-dict-file=.dictionary
296296

297297
# Tells whether to store unknown words to indicated private dictionary in
298298
# --spelling-private-dict-file option instead of raising a message.

0 commit comments

Comments
 (0)