File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ This script cheks if all the packages published by publisher on Datahub are working
3
+ fine and returning status 200.
4
+
5
+ By default script awaits that dpm credentials are set in ~/.dpm/config and getting
6
+ Publisher and Server to check against from there. You can also set this argguments
7
+ by adding optional -p (--publisher) publisher_name and -s (--server) server_url
8
+ flags when running script
9
+ """
1
10
# -*- coding: utf-8 -*-
2
11
from __future__ import division
3
12
from __future__ import print_function
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- """
3
- This script cheks if all the packages published by publisher on Datahub are working
4
- fine and returning status 200.
5
-
6
- By default script awaits that dpm credentials are set in ~/.dpm/config and getting
7
- Publisher and Server to check against from there. You can also set this argguments
8
- by adding optional -p (--publisher) publisher_name and -s (--server) server_url
9
- flags when running script
10
- """
11
-
12
2
from __future__ import division
13
3
from __future__ import print_function
14
4
from __future__ import absolute_import
You can’t perform that action at this time.
0 commit comments