* add base files * upd base * save * save sample files * save & todo resolve state * save the stage * save the stage * pre-gradle save * fix catalogs * merge && format * normal stream slices * apply requested changes * requested_changes * postfix * update comment * expand question stream add page_id * upd typing once + rm missed inactual todo * upd: caching with temp file * upd requirements (requested) * latest requested fixes * posttext fix retn tempfile * apply changes && comment * newly requested changes * return back spec -> changes to be set in new issue * merge && usage comment * add unit_test for get_updated_state function * add simple date test * parametrized (?) unittest * upd comment on record_mode usage * replace config with custom var * pytest mark parametrized use * rm unneeded var * upd tests (requested) * merge && upd texts * add env airbyte_entrypoint
28 lines
1.1 KiB
Python
28 lines
1.1 KiB
Python
"""
|
|
MIT License
|
|
|
|
Copyright (c) 2020 Airbyte
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
"""
|
|
|
|
from .source import SourceSurveymonkey
|
|
|
|
__all__ = ["SourceSurveymonkey"]
|