> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# show_datasink

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.show_datasink"> <span className="sig-name descname"><span className="pre">show\_datasink</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">name</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">None</span></span></span>, <span className="em sig-param"><span className="n"><span className="pre">options</span></span><span className="o"><span className="pre">=</span></span><span className="default_value"><span className="pre">{"{"}{"}"}</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L38374"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Shows information about a specified <a className="reference external" href="/content/concepts/data_sinks/">data sink</a> or all data sinks.</p>
      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl simple">
            <div className="dt">name (<span className="em">str</span>) –</div>

            <div className="dd">
              <p>Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If ‘\*’ is specified, information about all data sinks will be returned.</p>
            </div>

            <div className="dt">options (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Optional parameters. The default value is an empty dict ( {"{"}{"}"} ).</p>
            </div>
          </div>
        </div>
      </div>

      <p><strong>Returns</strong></p>

      <div className="blockquote">
        <div>
          <p>A dict with the following entries–</p>

          <div className="dl simple">
            <div className="dt">datasink\_names (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>The data sink names.</p>
            </div>

            <div className="dt">destination\_types (<span className="em">list of str</span>) –</div>

            <div className="dd">
              <p>The destination type of the data sinks named in output parameter <span className="em">datasink\_names</span>.</p>
            </div>

            <div className="dt">additional\_info (<span className="em">list of dicts of str to str</span>) –</div>

            <div className="dd">
              <p>Additional information about the respective data sinks in output parameter <span className="em">datasink\_names</span>. Allowed keys are:</p>

              <ul className="simple">
                <li>
                  <p><strong>destination</strong> – Destination for the output data in ‘destination\_type://path\[:port]’ format.</p>
                </li>

                <li>
                  <p><strong>kafka\_topic\_name</strong> – Kafka topic if the data sink type is a Kafka broker.</p>
                </li>

                <li>
                  <p><strong>user\_name</strong> – Name of the remote system user.</p>
                </li>
              </ul>
            </div>

            <div className="dt">info (<span className="em">dict of str to str</span>) –</div>

            <div className="dd">
              <p>Additional information.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
