Skip to content

Commit

Permalink
Publishing v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SireInsectus committed Jul 18, 2023
1 parent ed850e6 commit 206f9fe
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 18 deletions.
6 changes: 4 additions & 2 deletions docs/dbacademy.clients.airtable.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<font color="#000000" face="helvetica, arial"><a name="AirTable">class <strong>AirTable</strong></a>(<a href="builtins.html#object">builtins.object</a>)</font></td></tr>

<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt><a href="#AirTable">AirTable</a>(*,&nbsp;access_token:&nbsp;str,&nbsp;base_id:&nbsp;str,&nbsp;table_id:&nbsp;str,&nbsp;error_handler:&nbsp;dbacademy.clients.airtable.ErrorHandler&nbsp;=&nbsp;&amp;lt;dbacademy.clients.airtable.ErrorHandler&nbsp;<a href="builtins.html#object">object</a>&nbsp;at&nbsp;0x000001A4200671F0&amp;gt;)<br>
<td colspan=2><tt><a href="#AirTable">AirTable</a>(*,&nbsp;access_token:&nbsp;str,&nbsp;base_id:&nbsp;str,&nbsp;table_id:&nbsp;str,&nbsp;error_handler:&nbsp;dbacademy.clients.ClientErrorHandler&nbsp;=&nbsp;&amp;lt;dbacademy.clients.ClientErrorHandler&nbsp;<a href="builtins.html#object">object</a>&nbsp;at&nbsp;0x000001D66BC40E80&amp;gt;)<br>
&nbsp;<br>
<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="AirTable-__init__"><strong>__init__</strong></a>(self, *, access_token: str, base_id: str, table_id: str, error_handler: dbacademy.clients.airtable.ErrorHandler = &lt;dbacademy.clients.airtable.ErrorHandler object at 0x000001A4200671F0&gt;)</dt><dd><tt>Initialize&nbsp;self.&nbsp;&nbsp;See&nbsp;help(type(self))&nbsp;for&nbsp;accurate&nbsp;signature.</tt></dd></dl>
<dl><dt><a name="AirTable-__init__"><strong>__init__</strong></a>(self, *, access_token: str, base_id: str, table_id: str, error_handler: dbacademy.clients.ClientErrorHandler = &lt;dbacademy.clients.ClientErrorHandler object at 0x000001D66BC40E80&gt;)</dt><dd><tt>Initialize&nbsp;self.&nbsp;&nbsp;See&nbsp;help(type(self))&nbsp;for&nbsp;accurate&nbsp;signature.</tt></dd></dl>

<dl><dt><a name="AirTable-assert_response"><strong>assert_response</strong></a>(self, response: requests.models.Response, message: str) -&gt; None</dt></dl>

Expand All @@ -70,6 +70,8 @@
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>ClientErrorHandler</strong> = &lt;class 'dbacademy.clients.ClientErrorHandler'&gt;</dl>

<dl><dt><strong>Response</strong> = &lt;class 'requests.models.Response'&gt;<dd><tt>The&nbsp;:class:`Response&nbsp;&lt;Response&gt;`&nbsp;<a href="builtins.html#object">object</a>,&nbsp;which&nbsp;contains&nbsp;a<br>
server's&nbsp;response&nbsp;to&nbsp;an&nbsp;HTTP&nbsp;request.</tt></dl>

Expand Down
42 changes: 41 additions & 1 deletion docs/dbacademy.clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,45 @@
</td><td width="25%" valign=top><a href="dbacademy.clients.github.html"><strong>github</strong>&nbsp;(package)</a><br>
<a href="dbacademy.clients.google.html"><strong>google</strong>&nbsp;(package)</a><br>
</td><td width="25%" valign=top><a href="dbacademy.clients.slack.html"><strong>slack</strong>&nbsp;(package)</a><br>
</td><td width="25%" valign=top></td></tr></table></td></tr></table>
</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>

<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="builtins.html#object">builtins.object</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="dbacademy.clients.html#ClientErrorHandler">ClientErrorHandler</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#000000" face="helvetica, arial"><a name="ClientErrorHandler">class <strong>ClientErrorHandler</strong></a>(<a href="builtins.html#object">builtins.object</a>)</font></td></tr>

<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="ClientErrorHandler-on_error"><strong>on_error</strong></a>(self, *messages: str)</dt></dl>

<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>

<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><strong>__all__</strong> = ['ClientErrorHandler']</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion docs/dbacademy.dbrest.instance_pools.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Methods defined here:<br>
<dl><dt><a name="InstancePoolsClient-__init__"><strong>__init__</strong></a>(self, client: dbacademy.dbrest.client.DBAcademyRestClient)</dt><dd><tt>Initialize&nbsp;self.&nbsp;&nbsp;See&nbsp;<a href="#InstancePoolsClient-help">help</a>(type(self))&nbsp;for&nbsp;accurate&nbsp;signature.</tt></dd></dl>

<dl><dt><a name="InstancePoolsClient-create"><strong>create</strong></a>(self, name: str, definition: dict, tags: &lt;function InstancePoolsClient.list at 0x000001A42027DAF0&gt; = None)</dt></dl>
<dl><dt><a name="InstancePoolsClient-create"><strong>create</strong></a>(self, name: str, definition: dict, tags: &lt;function InstancePoolsClient.list at 0x000001D66CEB7AF0&gt; = None)</dt></dl>

<dl><dt><a name="InstancePoolsClient-create_or_update"><strong>create_or_update</strong></a>(self, instance_pool_name: str, idle_instance_autotermination_minutes: int, min_idle_instances: int = 0, max_capacity: int = None, node_type_id: str = None, preloaded_spark_version: str = None, tags: dict = None)</dt></dl>

Expand Down
8 changes: 4 additions & 4 deletions docs/dbacademy.dbrest.pipelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
Methods defined here:<br>
<dl><dt><a name="PipelinesClient-__init__"><strong>__init__</strong></a>(self, client: dbacademy.dbrest.client.DBAcademyRestClient)</dt><dd><tt>Initialize&nbsp;self.&nbsp;&nbsp;See&nbsp;<a href="#PipelinesClient-help">help</a>(type(self))&nbsp;for&nbsp;accurate&nbsp;signature.</tt></dd></dl>

<dl><dt><a name="PipelinesClient-create"><strong>create</strong></a>(self, name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True)</dt></dl>
<dl><dt><a name="PipelinesClient-create"><strong>create</strong></a>(self, name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True)</dt></dl>

<dl><dt><a name="PipelinesClient-create_from_dict"><strong>create_from_dict</strong></a>(self, params: dict)</dt></dl>

<dl><dt><a name="PipelinesClient-create_or_update"><strong>create_or_update</strong></a>(self, name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True, pipeline_id: Optional[str] = None)</dt></dl>
<dl><dt><a name="PipelinesClient-create_or_update"><strong>create_or_update</strong></a>(self, name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True, pipeline_id: Optional[str] = None)</dt></dl>

<dl><dt><a name="PipelinesClient-delete_by_id"><strong>delete_by_id</strong></a>(self, pipeline_id)</dt></dl>

Expand All @@ -75,15 +75,15 @@

<dl><dt><a name="PipelinesClient-start_by_name"><strong>start_by_name</strong></a>(self, name: str)</dt></dl>

<dl><dt><a name="PipelinesClient-update"><strong>update</strong></a>(self, pipeline_id: str, name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True)</dt></dl>
<dl><dt><a name="PipelinesClient-update"><strong>update</strong></a>(self, pipeline_id: str, name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True)</dt></dl>

<dl><dt><a name="PipelinesClient-update_from_dict"><strong>update_from_dict</strong></a>(self, pipeline_id: str, params: dict)</dt></dl>

<hr>
Static methods defined here:<br>
<dl><dt><a name="PipelinesClient-existing_to_create"><strong>existing_to_create</strong></a>(pipeline)</dt></dl>

<dl><dt><a name="PipelinesClient-to_dict"><strong>to_dict</strong></a>(name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001A42025FAF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True)</dt></dl>
<dl><dt><a name="PipelinesClient-to_dict"><strong>to_dict</strong></a>(name: str, storage: str, target: str, continuous: bool = False, development: bool = True, configuration: dict = None, notebooks: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, libraries: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, clusters: &lt;function PipelinesClient.list at 0x000001D66CFC0AF0&gt; = None, min_workers: int = 0, max_workers: int = 0, photon: bool = True)</dt></dl>

<hr>
Methods inherited from <a href="dbacademy.rest.common.html#ApiContainer">dbacademy.rest.common.ApiContainer</a>:<br>
Expand Down
8 changes: 4 additions & 4 deletions docs/dbacademy.dbrest.sql.endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<dl><dt><a name="SqlWarehousesClient-create_user_endpoint"><strong>create_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict, cluster_size: str, enable_serverless_compute: bool, min_num_clusters: int, max_num_clusters: int, auto_stop_mins: int, enable_photon: bool, spot_instance_policy: str, channel: str, tags: dict)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-create_user_endpoints"><strong>create_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, cluster_size: str, enable_serverless_compute: bool, min_num_clusters: int = 1, max_num_clusters: int = 1, auto_stop_mins: int = 120, enable_photon: bool = True, spot_instance_policy: str = 'RELIABILITY_OPTIMIZED', channel: str = 'CHANNEL_NAME_CURRENT', tags: dict = None, users: &lt;function SqlWarehousesClient.list at 0x000001A4202E50D0&gt; = None)</dt><dd><tt>Creates&nbsp;one&nbsp;SQL&nbsp;endpoint&nbsp;per&nbsp;user&nbsp;in&nbsp;the&nbsp;current&nbsp;workspace.&nbsp;The&nbsp;list&nbsp;of&nbsp;users&nbsp;can&nbsp;be&nbsp;limited&nbsp;to&nbsp;a&nbsp;subset&nbsp;of&nbsp;users&nbsp;with&nbsp;the&nbsp;"users"&nbsp;parameter.<br>
<dl><dt><a name="SqlWarehousesClient-create_user_endpoints"><strong>create_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, cluster_size: str, enable_serverless_compute: bool, min_num_clusters: int = 1, max_num_clusters: int = 1, auto_stop_mins: int = 120, enable_photon: bool = True, spot_instance_policy: str = 'RELIABILITY_OPTIMIZED', channel: str = 'CHANNEL_NAME_CURRENT', tags: dict = None, users: &lt;function SqlWarehousesClient.list at 0x000001D66CEDC0D0&gt; = None)</dt><dd><tt>Creates&nbsp;one&nbsp;SQL&nbsp;endpoint&nbsp;per&nbsp;user&nbsp;in&nbsp;the&nbsp;current&nbsp;workspace.&nbsp;The&nbsp;list&nbsp;of&nbsp;users&nbsp;can&nbsp;be&nbsp;limited&nbsp;to&nbsp;a&nbsp;subset&nbsp;of&nbsp;users&nbsp;with&nbsp;the&nbsp;"users"&nbsp;parameter.<br>
Parameters:&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;naming_template&nbsp;(str):&nbsp;The&nbsp;template&nbsp;used&nbsp;to&nbsp;name&nbsp;each&nbsp;user's&nbsp;endpoint.<br>
&nbsp;&nbsp;&nbsp;&nbsp;naming_params&nbsp;(str):&nbsp;The&nbsp;parameters&nbsp;used&nbsp;in&nbsp;completing&nbsp;the&nbsp;template.<br>
Expand All @@ -72,7 +72,7 @@

<dl><dt><a name="SqlWarehousesClient-delete_user_endpoint"><strong>delete_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-delete_user_endpoints"><strong>delete_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: &lt;function SqlWarehousesClient.list at 0x000001A4202E50D0&gt; = None)</dt></dl>
<dl><dt><a name="SqlWarehousesClient-delete_user_endpoints"><strong>delete_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: &lt;function SqlWarehousesClient.list at 0x000001D66CEDC0D0&gt; = None)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-edit"><strong>edit</strong></a>(self, endpoint_id: str, name: str = None, cluster_size: str = None, enable_serverless_compute: bool = None, min_num_clusters: int = None, max_num_clusters: int = None, auto_stop_mins: int = None, enable_photon: bool = None, spot_instance_policy: str = None, channel: str = None, tags: dict = None)</dt></dl>

Expand All @@ -86,13 +86,13 @@

<dl><dt><a name="SqlWarehousesClient-start_user_endpoint"><strong>start_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-start_user_endpoints"><strong>start_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: &lt;function SqlWarehousesClient.list at 0x000001A4202E50D0&gt; = None)</dt></dl>
<dl><dt><a name="SqlWarehousesClient-start_user_endpoints"><strong>start_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: &lt;function SqlWarehousesClient.list at 0x000001D66CEDC0D0&gt; = None)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-stop"><strong>stop</strong></a>(self, endpoint_id)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-stop_user_endpoint"><strong>stop_user_endpoint</strong></a>(self, user, naming_template: str, naming_params: dict)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-stop_user_endpoints"><strong>stop_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: &lt;function SqlWarehousesClient.list at 0x000001A4202E50D0&gt; = None)</dt></dl>
<dl><dt><a name="SqlWarehousesClient-stop_user_endpoints"><strong>stop_user_endpoints</strong></a>(self, naming_template: str, naming_params: dict, users: &lt;function SqlWarehousesClient.list at 0x000001D66CEDC0D0&gt; = None)</dt></dl>

<dl><dt><a name="SqlWarehousesClient-update"><strong>update</strong></a>(self, endpoint_id: str, name: str = None, cluster_size: str = None, enable_serverless_compute: bool = None, min_num_clusters: int = None, max_num_clusters: int = None, auto_stop_mins: int = None, enable_photon: bool = None, spot_instance_policy: str = None, channel: str = None, tags: dict = None)</dt><dd><tt>#&nbsp;TODO&nbsp;[email protected]:&nbsp;Potential&nbsp;bugs.<br>
#&nbsp;noinspection&nbsp;PyUnresolvedReferences</tt></dd></dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/dbacademy.dougrest.runs.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@

<dl><dt><a name="Runs-cancel"><strong>cancel</strong></a>(self, run: Union[int, dict], *, if_not_exists: str = 'error') -&gt; dict</dt></dl>

<dl><dt><a name="Runs-cancel_all"><strong>cancel_all</strong></a>(self, job_id: int = None) -&gt; &lt;function Runs.list at 0x000001A42039DA60&gt;</dt></dl>
<dl><dt><a name="Runs-cancel_all"><strong>cancel_all</strong></a>(self, job_id: int = None) -&gt; &lt;function Runs.list at 0x000001D66CFF5A60&gt;</dt></dl>

<dl><dt><a name="Runs-delete"><strong>delete</strong></a>(self, run: Union[int, dict], *, if_not_exists: str = 'error') -&gt; dict</dt></dl>

<dl><dt><a name="Runs-delete_all"><strong>delete_all</strong></a>(self, job_id: int = None) -&gt; &lt;function Runs.list at 0x000001A42039DA60&gt;</dt></dl>
<dl><dt><a name="Runs-delete_all"><strong>delete_all</strong></a>(self, job_id: int = None) -&gt; &lt;function Runs.list at 0x000001D66CFF5A60&gt;</dt></dl>

<dl><dt><a name="Runs-get"><strong>get</strong></a>(self, run: Union[int, dict], *, if_not_exists: str = 'error') -&gt; dict</dt><dd><tt>#&nbsp;TODO&nbsp;Remove&nbsp;unused&nbsp;parameter<br>
#&nbsp;noinspection&nbsp;PyUnusedLocal</tt></dd></dl>
Expand Down
6 changes: 3 additions & 3 deletions docs/dbacademy.dougrest.workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@

<dl><dt><a name="Workspace-is_empty"><strong>is_empty</strong></a>(self, workspace_path)</dt></dl>

<dl><dt><a name="Workspace-list"><strong>list</strong></a>(self, workspace_path, sort_key=&lt;function Workspace.&lt;lambda&gt; at 0x000001A42014BAF0&gt;)</dt></dl>
<dl><dt><a name="Workspace-list"><strong>list</strong></a>(self, workspace_path, sort_key=&lt;function Workspace.&lt;lambda&gt; at 0x000001D66CDBAAF0&gt;)</dt></dl>

<dl><dt><a name="Workspace-list_names"><strong>list_names</strong></a>(self, workspace_path, sort_key=&lt;function Workspace.&lt;lambda&gt; at 0x000001A42014BC10&gt;)</dt></dl>
<dl><dt><a name="Workspace-list_names"><strong>list_names</strong></a>(self, workspace_path, sort_key=&lt;function Workspace.&lt;lambda&gt; at 0x000001D66CDBAC10&gt;)</dt></dl>

<dl><dt><a name="Workspace-mkdirs"><strong>mkdirs</strong></a>(self, workspace_path)</dt></dl>

<dl><dt><a name="Workspace-walk"><strong>walk</strong></a>(self, workspace_path, sort_key=&lt;function Workspace.&lt;lambda&gt; at 0x000001A42014BD30&gt;)</dt><dd><tt>Recursively&nbsp;list&nbsp;files&nbsp;into&nbsp;an&nbsp;iterator.&nbsp;&nbsp;Sorting&nbsp;within&nbsp;a&nbsp;directory&nbsp;is&nbsp;done&nbsp;by&nbsp;the&nbsp;provided&nbsp;sort_key.</tt></dd></dl>
<dl><dt><a name="Workspace-walk"><strong>walk</strong></a>(self, workspace_path, sort_key=&lt;function Workspace.&lt;lambda&gt; at 0x000001D66CDBAD30&gt;)</dt><dd><tt>Recursively&nbsp;list&nbsp;files&nbsp;into&nbsp;an&nbsp;iterator.&nbsp;&nbsp;Sorting&nbsp;within&nbsp;a&nbsp;directory&nbsp;is&nbsp;done&nbsp;by&nbsp;the&nbsp;provided&nbsp;sort_key.</tt></dd></dl>

<hr>
Static methods defined here:<br>
Expand Down
3 changes: 2 additions & 1 deletion src/dbacademy/clients/airtable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

class AirTable(object):
from requests import Response
from dbacademy.clients import ClientErrorHandler

def __init__(self, *, access_token: str, base_id: str, table_id: str, error_handler: ErrorHandler = ErrorHandler()):
def __init__(self, *, access_token: str, base_id: str, table_id: str, error_handler: ClientErrorHandler = ClientErrorHandler()):
self.__base_id = base_id
self.__table_id = table_id
self.__access_token = access_token
Expand Down

0 comments on commit 206f9fe

Please sign in to comment.